Specifies the size of images generated from a specific ImagingProfile instance.
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
Members
Member name | Value | Description | |
---|---|---|---|
OriginalSetting | 0 | Generates the images in the size used by the original document settings. | |
Letter | 1 | Generates the images in the standard letter size (8.5 in x 11 in). | |
A4 | 2 | Generates the images in A4 size (210 mm x 297 mm). | |
Legal | 3 | Generates the images in legal paper size (8.5 in x 14 in). | |
Custom | 4 | Generates the images in a custom size specified by the MaximumImageWidth and MaximumImageHeight properties associated with the ImagingProfile instance. |
Remarks
See Also