NativeImagingEngineOptions public class NativeImagingEngineOptions Documentation public const int MAX_DITHERING_THRESHOLD = 255 public const int MAX_OUTPUT_DPI = 2400 public DitheringAlgorithm? DitheringAlgorithm { get; set; } public int? DitheringThreshold { get; set; } public int ImageOutputDpi { get; set; } public FieldRef LastModifiedDateOnDocument { get; set; } public int? MaxPagesPerDoc { get; set; } public ImageFormat NativeImageFormat { get; set; } public bool? RenderColorPagesToJpeg { get; set; } public FieldRef TimeZoneFieldOnDocument { get; set; } public NativeImagingEngineOptions()