[]
Gets or sets the image interpolation mode for the PDF document.
[PersistenceMode(PersistenceMode.InnerProperty)]
public EnumDefaultExportSetting<Enums.ImageInterpolation> ImageInterpolation { get; set; }
Type | Description |
---|---|
EnumDefaultExportSetting<Enums.ImageInterpolation> | An EnumDefaultExportSetting<T> of type Enums.ImageInterpolation object representing the image interpolation mode. |