public abstract class ImageOptionsBase extends DisposableObject
The image base options.
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
clone() |
int |
getBufferSizeHint()
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
|
MultiPageOptions |
getMultiPageOptions()
The multipage options
|
IColorPalette |
getPalette()
Gets or sets the color palette.
|
ProgressEventHandler |
getProgressEventHandler()
Gets or sets the progress event handler.
|
ResolutionSetting |
getResolutionSettings()
Gets or sets the resolution settings.
|
Source |
getSource()
Gets or sets the source to create image in.
|
VectorRasterizationOptions |
getVectorRasterizationOptions()
Gets or sets the vector rasterization options.
|
XmpPacketWrapper |
getXmpData()
Gets or sets the XMP metadata container.
|
void |
setBufferSizeHint(int value)
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
|
void |
setMultiPageOptions(MultiPageOptions value)
The multipage options
|
void |
setPalette(IColorPalette value)
Gets or sets the color palette.
|
void |
setProgressEventHandler(ProgressEventHandler value)
Gets or sets the progress event handler.
|
void |
setResolutionSettings(ResolutionSetting value)
Gets or sets the resolution settings.
|
void |
setSource(Source value)
Gets or sets the source to create image in.
|
void |
setVectorRasterizationOptions(VectorRasterizationOptions value)
Gets or sets the vector rasterization options.
|
void |
setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|
dispose, getDisposed
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 final Source getSource()
Gets or sets the source to create image in.
Value: The source to create image in.public final 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 final VectorRasterizationOptions getVectorRasterizationOptions()
Gets or sets the vector rasterization options.
Value: The vector rasterization options.public final void setVectorRasterizationOptions(VectorRasterizationOptions value)
Gets or sets the vector rasterization options.
Value: The vector rasterization options.public final int getBufferSizeHint()
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal bufferspublic final void setBufferSizeHint(int value)
Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.
Value: The buffer size hint, in megabytes. Non-positive value means no memory limitation for internal bufferspublic final MultiPageOptions getMultiPageOptions()
The multipage options
public final void setMultiPageOptions(MultiPageOptions value)
The multipage options
public final ProgressEventHandler getProgressEventHandler()
Gets or sets the progress event handler.
Value: The progress event handler.public final void setProgressEventHandler(ProgressEventHandler value)
Gets or sets the progress event handler.
Value: The progress event handler.public ImageOptionsBase clone()
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.