ImageSize Enumeration

Relativity Imaging API
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

public enum ImageSize

public enum ImageSize
Members

  Member nameValueDescription
OriginalSetting0 Generates the images in the size used by the original document settings.
Letter1 Generates the images in the standard letter size (8.5 in x 11 in).
A42 Generates the images in A4 size (210 mm x 297 mm).
Legal3 Generates the images in legal paper size (8.5 in x 14 in).
Custom4 Generates the images in a custom size specified by the MaximumImageWidth and MaximumImageHeight properties associated with the ImagingProfile instance.
Remarks

The ImageSize enumeration includes the same image size options available from the Basic Imaging Engine Options drop-down in the Relativity UI.
See Also

Reference