public class PsConverterToImageOptions extends PsConverterOptions
Represents PS/EPS to Image converter options for PsConverter plugin.
| Constructor and Description |
|---|
PsConverterToImageOptions()
Initializes new instance of the
PsConverterToImageOptions object. |
PsConverterToImageOptions(Dimension size)
Initializes new instance of the
PsConverterToImageOptions object with a size of the resulting image. |
PsConverterToImageOptions(ImageFormat imageFormat)
Initializes new instance of the
PsConverterToImageOptions object with image format. |
PsConverterToImageOptions(ImageFormat imageFormat,
Dimension size)
Initializes new instance of the
PsConverterToImageOptions object with image format. |
| Modifier and Type | Method and Description |
|---|---|
ImageFormat |
getImageFormat()
Gets image format.
|
String |
getOperationName()
Returns operation name.
|
int |
getResolution()
Gets the image resolution.
|
Dimension |
getSize()
Gets the size of the resulting image.
|
SmoothingMode |
getSmoothingMode()
Gets the smoothing mode for rendering image.
|
void |
setImageFormat(ImageFormat imageFormat)
Gets image format.
|
void |
setResolution(int resolution)
Sets the image resolution.
|
void |
setSize(Dimension size)
Sets the size of the resulting image.
|
void |
setSmoothingMode(SmoothingMode smoothingMode)
Sets the smoothing mode for rendering image.
|
addDataSource, addSaveDataSource, getAdditionalFontsFolders, getDataCollection, getExceptions, getJpegQualityLevel, getSaveTargetsCollection, isDebug, isSupressErrors, setAdditionalFontsFolders, setDebug, setJpegQualityLevel, setSupressErrorspublic PsConverterToImageOptions()
Initializes new instance of the PsConverterToImageOptions object.
public PsConverterToImageOptions(ImageFormat imageFormat)
Initializes new instance of the PsConverterToImageOptions object with image format.
imageFormat - A format of resulting image.public PsConverterToImageOptions(Dimension size)
Initializes new instance of the PsConverterToImageOptions object with a size of the resulting image.
size - A size the resulting image.public PsConverterToImageOptions(ImageFormat imageFormat, Dimension size)
Initializes new instance of the PsConverterToImageOptions object with image format.
imageFormat - A format of resulting image.public final String getOperationName()
Returns operation name.
getOperationName in class PsConverterOptionspublic ImageFormat getImageFormat()
Gets image format.
public void setImageFormat(ImageFormat imageFormat)
Gets image format.
imageFormat - A format of resulting image.public Dimension getSize()
Gets the size of the resulting image.
public void setSize(Dimension size)
Sets the size of the resulting image.
size - A size of resulting image.public int getResolution()
Gets the image resolution.
public void setResolution(int resolution)
Sets the image resolution.
resolution - A resolution of resulting image.public SmoothingMode getSmoothingMode()
Gets the smoothing mode for rendering image.
public void setSmoothingMode(SmoothingMode smoothingMode)
Sets the smoothing mode for rendering image.
smoothingMode - A smoothing mode.Copyright © 2025 Aspose. All Rights Reserved.