<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

NativeImagingEngineOptions

Represents the options set on an ImagingProfile for use with native imaging jobs.

Gets or sets the dithering algorithm used when imaging documents.

public int? DitheringThreshold { get; set; }

Gets or sets the dithering threshold used to determine how color pixels are converted to black and white. This integer value can range from 0 - 255.

public int ImageOutputDpi { get; set; }

Gets or sets the resolution and density of an image in dots per inch (DPI).

Gets or sets the NamedArtifact corresponding to the field on a document that stores the last modified date.

public int? MaxPagesPerDoc { get; set; }

Gets or sets the maximum number of document pages imaged per file.

public ImageFormatType NativeImageFormat { get; set; }

Gets or sets the image format for files sent to the native imaging engine. The supported formats include JPEG or TIFF.

public bool? RenderColorPagesToJpeg { get; set; }

Gets or sets a boolean value indicating whether to automatically render color pages as JPEG files. This property overrides the NativeImageFormat property if it is set to TIFF.

Gets or sets the date and time information in a document image, which is a NamedArtifact corresponding to the field on a document that stores the time zone.