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).
from nutrient import ImageSettingsMethods
set_export_format
def set_export_format(self, value: ImageExportFormat) -> NoneSets the ExportFormat property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | ImageExportFormat | The value to set for the ExportFormat property. |
set_mode
def set_mode(self, value: ImageSettingMode) -> NoneSets the Mode property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | ImageSettingMode | The value to set for the Mode property. |
set_rasterization_dpi
def set_rasterization_dpi(self, value: float) -> NoneSets the RasterizationDpi property.
Parameters:
| Name | Type | Description |
|---|---|---|
value | float | The value to set for the RasterizationDpi property. |
Properties
export_format
@propertydef export_format(self) -> ImageExportFormatGets the ExportFormat property.
Type: ImageExportFormat
Read-only property.
mode
@propertydef mode(self) -> ImageSettingModeGets the Mode property.
Type: ImageSettingMode
Read-only property.
rasterization_dpi
@propertydef rasterization_dpi(self) -> floatGets the RasterizationDpi property.
Type: float
Read-only property.