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