Represents the options set on an ImagingProfile for use with native imaging jobs.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesNativeImagingEngineOptions
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
The NativeImagingEngineOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NativeImagingEngineOptions |
Properties
Name | Description | |
---|---|---|
![]() | DitheringAlgorithm |
Gets or sets the dithering algorithm used when imaging documents.
|
![]() | DitheringThreshold |
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.
|
![]() | ImageOutputDpi |
Gets or sets the resolution and density of an image in dots per inch (DPI).
|
![]() | LastModifiedDateOnDocument |
Gets or sets the FieldRef corresponding to the field on a document that stores the last modified date.
|
![]() | MaxPagesPerDoc |
Gets or sets the maximum number of document pages imaged per file.
|
![]() | NativeImageFormat |
Gets or sets the image format for files sent to the native imaging engine. The supported formats include JPEG or TIFF.
|
![]() | RenderColorPagesToJpeg |
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.
|
![]() | TimeZoneFieldOnDocument |
Gets or sets the date and time information in a document image, which is a FieldRef corresponding to the field on a document that stores the time zone.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | MAX_DITHERING_THRESHOLD |
Max Dithering Threshold value for Native Imaging Engine.
|
![]() ![]() | MAX_OUTPUT_DPI |
Maximum allowable DPI for Native Imaging output ImagingOutputDpi.
|
See Also