Search Results for

    Show / Hide Table of Contents

    Class ImageExportBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ImageExportBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Gateway
    Assembly: NXOpen.dll
    Syntax
    public class ImageExportBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ImageExportBuilder()

    Declaration
    protected ImageExportBuilder()

    Properties

    BackgroundOption

    Declaration
    public ImageExportBuilder.BackgroundOptions BackgroundOption { get; set; }
    Property Value
    Type Description
    ImageExportBuilder.BackgroundOptions

    EnhanceEdges

    Declaration
    public bool EnhanceEdges { get; set; }
    Property Value
    Type Description
    System.Boolean

    FileFormat

    Declaration
    public ImageExportBuilder.FileFormats FileFormat { get; set; }
    Property Value
    Type Description
    ImageExportBuilder.FileFormats

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    RegionHeight

    Declaration
    public int RegionHeight { get; set; }
    Property Value
    Type Description
    System.Int32

    RegionMode

    Declaration
    public bool RegionMode { get; set; }
    Property Value
    Type Description
    System.Boolean

    RegionWidth

    Declaration
    public int RegionWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetCustomBackgroundColor()

    Declaration
    public double[] GetCustomBackgroundColor()
    Returns
    Type Description
    System.Double[]

    GetRegionTopLeftPoint()

    Declaration
    public int[] GetRegionTopLeftPoint()
    Returns
    Type Description
    System.Int32[]

    SetCustomBackgroundColor(Double[])

    Declaration
    public void SetCustomBackgroundColor(double[] customBackgroundColor)
    Parameters
    Type Name Description
    System.Double[] customBackgroundColor

    SetRegionTopLeftPoint(Int32[])

    Declaration
    public void SetRegionTopLeftPoint(int[] regionTopLeftPoint)
    Parameters
    Type Name Description
    System.Int32[] regionTopLeftPoint

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX