Show / Hide Table of Contents

Class BasicImagingEngineOptions

Represents the basic options used for imaging, such as image output quality (DPI), image size, and image format.

Inheritance
System.Object
BasicImagingEngineOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class BasicImagingEngineOptions

Properties

| Improve this Doc View Source

BasicImageFormat

Gets or sets the basic image format as a JPEG or TIFF.

Declaration
public ImageFormatType BasicImageFormat { get; set; }
Property Value
Type Description
ImageFormatType
Remarks

This property represents the Basic Image Format drop-down list under the Basic Imaging Engine Options section.

| Improve this Doc View Source

ImageOutputDpi

Gets or sets the image output quality (DPI).

Declaration
public int ImageOutputDpi { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ImageSize

Gets or sets the basic image size, such as original setting, letter, A4, or legal.

Declaration
public ImageSizeType ImageSize { get; set; }
Property Value
Type Description
ImageSizeType
Remarks

Corresponds to the Basic Image Size option under the Basic Imaging Engine Options section.

| Improve this Doc View Source

MaximumImageHeight

Gets or sets the maximum of height of custom images in inches for the imaging profile.

Declaration
public decimal? MaximumImageHeight { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
Remarks

Corresponds to the Maximum Image Height (Inches) option under the Basic Imaging Engine Options section.

| Improve this Doc View Source

MaximumImageWidth

Gets or sets the maximum width of custom images in inches for the imaging profile.

Declaration
public decimal? MaximumImageWidth { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
Remarks

Corresponds to the Maximum Image Width (Inches) option under the Basic Imaging Engine Options section.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX