ImageSettings

public final class ImageSettings

Merged view of ImageSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void ImageSettings()

Functions

Link copied to clipboard
Gets the ExportFormat property.
Link copied to clipboard
public final ImageSettingMode getMode()
Gets the Mode property.
Link copied to clipboard
public final float getRasterizationDpi()
Gets the RasterizationDpi property.
Link copied to clipboard
public final void setExportFormat(ImageExportFormat value)
Sets the ExportFormat property.
Link copied to clipboard
public final void setMode(ImageSettingMode value)
Sets the Mode property.
Link copied to clipboard
public final void setRasterizationDpi(float value)
Sets the RasterizationDpi property.