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.
|
CadOutputMode |
getOutputMode()
Whether to convert contents to target format as is, or render to lines and then save.
|
IColorPalette |
getPalette()
Gets or sets the color palette.
|
String |
getPc3File()
Gets or sets the PC3 file full name.
|
boolean |
getRenderToGraphicsBound()
Gets or sets a value indicating which image sizes to use when rendering: graphic sizes (true, default) or set in metadata (false).
|
ResolutionSetting |
getResolutionSettings()
Gets or sets the resolution settings.
|
int |
getRotation()
Gets or sets the parameter for rotate, flip, or rotate and flip the image..
|
Source |
getSource()
Gets or sets the source to create image in.
|
abstract FileFormat |
getTargetFormat() |
int |
getTimeout()
Timeout value for export operation (in milliseconds)
|
Color |
getUserWatermarkColor()
Color for user-generated watermark
|
String |
getUserWatermarkText()
Text for user-generated watermark
|
VectorRasterizationOptions |
getVectorRasterizationOptions()
Gets or sets the vector rasterization options.
|
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 |
setOutputMode(CadOutputMode value)
Whether to convert contents to target format as is, or render to lines and then save.
|
void |
setPalette(IColorPalette value)
Gets or sets the color palette.
|
void |
setPc3File(String value)
Gets or sets the PC3 file full name.
|
void |
setRenderToGraphicsBound(boolean value)
Gets or sets a value indicating which image sizes to use when rendering: graphic sizes (true, default) or set in metadata (false).
|
void |
setResolutionSettings(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(Source value)
Gets or sets the source to create image in.
|
void |
setTimeout(int value)
Timeout value for export operation (in milliseconds)
|
void |
setUserWatermarkColor(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(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|
public abstract FileFormat getTargetFormat()
public final CadOutputMode getOutputMode()
Whether to convert contents to target format as is, or render to lines and then save. Convert mode is availible for DWG\DXF, DWF source formats.
public final void setOutputMode(CadOutputMode value)
Whether to convert contents to target format as is, or render to lines and then save. Convert mode is availible for DWG\DXF, DWF source formats.
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 XmpPacketWrapper getXmpData()
Gets or sets the XMP metadata container.
Value: The XMP data container.public void setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
Value: The XMP data container.public Source getSource()
Gets or sets the source to create image in.
Value: The source to create image in.public void setSource(Source value)
Gets or sets the source to create image in.
Value: The source to create image in.public IColorPalette getPalette()
Gets or sets the color palette.
Value: The color palette.public void setPalette(IColorPalette value)
Gets or sets the color palette.
Value: The color palette.public ResolutionSetting getResolutionSettings()
Gets or sets the resolution settings.
public void setResolutionSettings(ResolutionSetting value)
Gets or sets the resolution settings.
public VectorRasterizationOptions getVectorRasterizationOptions()
Gets or sets the vector rasterization options.
Value: 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 (in milliseconds)
public final void setTimeout(int value)
Timeout value for export operation (in milliseconds)
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 boolean getRenderToGraphicsBound()
Gets or sets a value indicating which image sizes to use when rendering: graphic sizes (true, default) or set in metadata (false).
public final void setRenderToGraphicsBound(boolean value)
Gets or sets a value indicating which image sizes to use when rendering: graphic sizes (true, default) or set in metadata (false).
public final String getUserWatermarkText()
Text for user-generated watermark
public final void setUserWatermarkText(String value)
Text for user-generated watermark
public final Color getUserWatermarkColor()
Color for user-generated watermark
public final void setUserWatermarkColor(Color value)
Color for user-generated watermark
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.