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 ImageSettingMode getMode()
The mode options for image processing.
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 setMode(ImageSettingMode value)
The mode options for image processing.
Link copied to clipboard
public final void setRasterizationDpi(float value)
The rasterization DPI for image rasterization.