public abstract class ImageOptionsBase extends DisposableObject
The image base options.
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
deepClone()
Clones this instance.
|
MultiPageOptions |
getMultiPageOptions()
The multipage options
|
IColorPalette |
getPalette()
Gets the color palette.
|
ResolutionSetting |
getResolutionSettings()
Gets the resolution settings.
|
Source |
getSource()
Gets the source to create image in.
|
VectorRasterizationOptions |
getVectorRasterizationOptions()
Gets the vector rasterization options.
|
XmpPacketWrapper |
getXmpData()
Gets the XMP metadata container.
|
void |
setMultiPageOptions(MultiPageOptions value)
The multipage options
|
void |
setPalette(IColorPalette value)
Sets the color palette.
|
void |
setResolutionSettings(ResolutionSetting value)
Sets the resolution settings.
|
void |
setSource(Source value)
Gets or sets the source to create image in.
|
void |
setVectorRasterizationOptions(VectorRasterizationOptions value)
Sets the vector rasterization options.
|
void |
setXmpData(XmpPacketWrapper value)
Sets the XMP metadata container.
|
close, dispose, getDisposed
public XmpPacketWrapper getXmpData()
Gets the XMP metadata container.
public void setXmpData(XmpPacketWrapper value)
Sets the XMP metadata container.
value
- The XMP data container.public Source getSource()
Gets 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 the color palette.
public void setPalette(IColorPalette value)
Sets the color palette.
value
- The color palette.public ResolutionSetting getResolutionSettings()
Gets the resolution settings.
public void setResolutionSettings(ResolutionSetting value)
Sets the resolution settings.
public VectorRasterizationOptions getVectorRasterizationOptions()
Gets the vector rasterization options.
public void setVectorRasterizationOptions(VectorRasterizationOptions value)
Sets the vector rasterization options.
value
- The vector rasterization options.public MultiPageOptions getMultiPageOptions()
The multipage options
public void setMultiPageOptions(MultiPageOptions value)
The multipage options
public ImageOptionsBase deepClone()
Clones this instance.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.