Specifies the basic imaging engine options for an ImagingProfile instance.
Inheritance Hierarchy
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
The BasicImagingEngineOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicImagingEngineOptions |
Properties
Name | Description | |
---|---|---|
![]() | BasicImageFormat |
Gets or sets the basic image format as a JPEG or TIFF.
|
![]() | ImageOutputDpi |
Gets or sets the image output quality (DPI).
|
![]() | ImageSize |
Gets or sets the basic image size, such as original setting, letter, A4, or legal.
|
![]() | MaximumImageHeight |
Gets or sets the maximum of height of custom images in inches for the imaging profile.
|
![]() | MaximumImageWidth |
Gets or sets the maximum width of custom images in inches for the imaging profile.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | MAX_OUTPUT_DPI |
The maximum allowable DPI value used for validation of the ImagingOutputDpi property.
|
See Also