Enum ImageSizeType
Specifies the size of images generated from a specific ImagingProfile instance.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImageSizeType
Remarks
The ImageSizeType enumeration includes the same image size options available from the Basic Imaging Engine Options drop-down in the Relativity UI.
Fields
Name | Description |
---|---|
A4 | Generates the images in A4 size (210 mm x 297 mm). |
Custom | Generates the images in a custom size specified by the MaximumImageWidth and MaximumImageHeight properties associated with the ImagingProfile instance. |
Legal | Generates the images in legal paper size (8.5 in x 14 in). |
Letter | Generates the images in the standard letter size (8.5 in x 11 in). |
OriginalSetting | Generates the images in the size used by the original document settings. |
Unknown | Represents error during mapping. |