ImageOptionsBase
The image base options.
Methods
| Method | Description |
|---|---|
| getTargetFormat() | |
| getRotation() | Gets or sets the parameter for rotate, flip, or rotate and flip the image.. |
| setRotation(int value) | Gets or sets the parameter for rotate, flip, or rotate and flip the image.. |
| getLayers() | Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets. |
| setLayers(String[] value) | Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets. |
| getXmpData() | Gets or sets the XMP metadata container. |
| setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value) | Gets or sets the XMP metadata container. |
| getSource() | Gets or sets the source to create image in. |
| setSource(com.aspose.cad.Source value) | Gets or sets the source to create image in. |
| getPalette() | Gets or sets the color palette. |
| setPalette(com.aspose.cad.IColorPalette value) | Gets or sets the color palette. |
| getResolutionSettings() | Gets or sets the resolution settings. |
| setResolutionSettings(com.aspose.cad.ResolutionSetting value) | Gets or sets the resolution settings. |
| getVectorRasterizationOptions() | Gets or sets the vector rasterization options. |
| setVectorRasterizationOptions(VectorRasterizationOptions value) | Gets or sets the vector rasterization options. |
| getTimeout() | Timeout value for export operation |
| setTimeout(int value) | Timeout value for export operation |
| getPc3File() | Gets or sets the PC3 file full name. |
| setPc3File(String value) | Gets or sets the PC3 file full name. |
| getInterruptionToken() | Token that can be used to interrupt export operation |
| setInterruptionToken(InterruptionToken value) | Token that can be used to interrupt export operation |
| getUserWatermarkText() | Text for user-generated watermark |
| setUserWatermarkText(String value) | Text for user-generated watermark |
| getUserWatermarkColor() | Color for user-generated watermark |
| setUserWatermarkColor(com.aspose.cad.Color value) | Color for user-generated watermark |
getTargetFormat()
public abstract long getTargetFormat()
Returns: long
getRotation()
public int getRotation()
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
Returns: int
setRotation(int value)
public void setRotation(int value)
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
getLayers()
public final String[] getLayers()
Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
Returns: String[]
setLayers(String[] value)
public final void setLayers(String[] value)
Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets.
getXmpData()
public com.aspose.cad.xmp.XmpPacketWrapper getXmpData()
Gets or sets the XMP metadata container.
Returns: com.aspose.cad.xmp.XmpPacketWrapper - The XMP data container.
setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)
public void setXmpData(com.aspose.cad.xmp.XmpPacketWrapper value)
Gets or sets the XMP metadata container.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | com.aspose.cad.xmp.XmpPacketWrapper | The XMP data container. |
getSource()
public com.aspose.cad.Source getSource()
Gets or sets the source to create image in.
Returns: com.aspose.cad.Source - The source to create image in.
setSource(com.aspose.cad.Source value)
public void setSource(com.aspose.cad.Source value)
Gets or sets the source to create image in.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | com.aspose.cad.Source | The source to create image in. |
getPalette()
public com.aspose.cad.IColorPalette getPalette()
Gets or sets the color palette.
Returns: com.aspose.cad.IColorPalette - The color palette.
setPalette(com.aspose.cad.IColorPalette value)
public void setPalette(com.aspose.cad.IColorPalette value)
Gets or sets the color palette.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | com.aspose.cad.IColorPalette | The color palette. |
getResolutionSettings()
public com.aspose.cad.ResolutionSetting getResolutionSettings()
Gets or sets the resolution settings.
Returns: com.aspose.cad.ResolutionSetting
setResolutionSettings(com.aspose.cad.ResolutionSetting value)
public void setResolutionSettings(com.aspose.cad.ResolutionSetting value)
Gets or sets the resolution settings.
getVectorRasterizationOptions()
public VectorRasterizationOptions getVectorRasterizationOptions()
Gets or sets the vector rasterization options.
Returns: VectorRasterizationOptions - The vector rasterization options.
setVectorRasterizationOptions(VectorRasterizationOptions value)
public void setVectorRasterizationOptions(VectorRasterizationOptions value)
Gets or sets the vector rasterization options.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | VectorRasterizationOptions | The vector rasterization options. |
getTimeout()
public final int getTimeout()
Timeout value for export operation
Returns: int
setTimeout(int value)
public final void setTimeout(int value)
Timeout value for export operation
getPc3File()
public final String getPc3File()
Gets or sets the PC3 file full name.
Returns: String
setPc3File(String value)
public final void setPc3File(String value)
Gets or sets the PC3 file full name.
getInterruptionToken()
public final InterruptionToken getInterruptionToken()
Token that can be used to interrupt export operation
Returns: InterruptionToken
setInterruptionToken(InterruptionToken value)
public final void setInterruptionToken(InterruptionToken value)
Token that can be used to interrupt export operation
getUserWatermarkText()
public final String getUserWatermarkText()
Text for user-generated watermark
Returns: String
setUserWatermarkText(String value)
public final void setUserWatermarkText(String value)
Text for user-generated watermark
getUserWatermarkColor()
public final com.aspose.cad.Color getUserWatermarkColor()
Color for user-generated watermark
Returns: com.aspose.cad.Color
setUserWatermarkColor(com.aspose.cad.Color value)
public final void setUserWatermarkColor(com.aspose.cad.Color value)
Color for user-generated watermark