ImageSettings

public final class ImageSettings

Settings for Image. Values fall back through three levels: document → SDK → built-in default. Writes target the document only when set on a document's settings, otherwise the SDK globally when set on SdkSettings.

Constructors

Link copied to clipboard
public void ImageSettings()

Functions

Link copied to clipboard
public final ImageExportFormat getExportFormat()
The export format for the image.
Link copied to clipboard
public final int getJpegQuality()
JPEG compression quality, in the 1..100 range.
Link copied to clipboard
public final ImageSettingMode getMode()
The mode options for image processing.
Link copied to clipboard
public final int getPageIndex()
Zero-based page index to render for single-page raster formats (PNG, JPEG, BMP).
Link copied to clipboard
public final float getRasterizationDpi()
The rasterization DPI for image rasterization.
Link copied to clipboard
public final void setExportFormat(ImageExportFormat value)
The export format for the image.
Link copied to clipboard
public final void setJpegQuality(int value)
JPEG compression quality, in the 1..100 range.
Link copied to clipboard
public final void setMode(ImageSettingMode value)
The mode options for image processing.
Link copied to clipboard
public final void setPageIndex(Integer value)
Zero-based page index to render for single-page raster formats (PNG, JPEG, BMP).
Link copied to clipboard
public final void setRasterizationDpi(float value)
The rasterization DPI for image rasterization.