Class BasicImagingEngineOptions
Represents the basic options used for imaging, such as image output quality (DPI), image size, and image format.
Inheritance
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class BasicImagingEngineOptions
Properties
| Improve this Doc View SourceBasicImageFormat
Gets or sets the basic image format as a JPEG or TIFF.
Declaration
public ImageFormatType BasicImageFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageFormatType |
Remarks
This property represents the Basic Image Format drop-down list under the Basic Imaging Engine Options section.
ImageOutputDpi
Gets or sets the image output quality (DPI).
Declaration
public int ImageOutputDpi { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ImageSize
Gets or sets the basic image size, such as original setting, letter, A4, or legal.
Declaration
public ImageSizeType ImageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| ImageSizeType |
Remarks
Corresponds to the Basic Image Size option under the Basic Imaging Engine Options section.
MaximumImageHeight
Gets or sets the maximum of height of custom images in inches for the imaging profile.
Declaration
public decimal? MaximumImageHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
Remarks
Corresponds to the Maximum Image Height (Inches) option under the Basic Imaging Engine Options section.
MaximumImageWidth
Gets or sets the maximum width of custom images in inches for the imaging profile.
Declaration
public decimal? MaximumImageWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> |
Remarks
Corresponds to the Maximum Image Width (Inches) option under the Basic Imaging Engine Options section.