BasicImagingEngineOptions Class

Relativity Imaging API
Specifies the basic imaging engine options for an ImagingProfile instance.
Inheritance Hierarchy

SystemObject
  Relativity.Imaging.Services.InterfacesBasicImagingEngineOptions

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 class BasicImagingEngineOptions

public class BasicImagingEngineOptions

The BasicImagingEngineOptions type exposes the following members.

Constructors

  NameDescription
Public methodBasicImagingEngineOptions
Top
Properties

  NameDescription
Public propertyBasicImageFormat
Gets or sets the basic image format as a JPEG or TIFF.
Public propertyImageOutputDpi
Gets or sets the image output quality (DPI).
Public propertyImageSize
Gets or sets the basic image size, such as original setting, letter, A4, or legal.
Public propertyMaximumImageHeight
Gets or sets the maximum of height of custom images in inches for the imaging profile.
Public propertyMaximumImageWidth
Gets or sets the maximum width of custom images in inches for the imaging profile.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberMAX_OUTPUT_DPI
The maximum allowable DPI value used for validation of the ImagingOutputDpi property.
Top
See Also

Reference