Class ImageExportBuilder
Inheritance
System.Object
System.MarshalByRefObject
ImageExportBuilder
Inherited Members
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