<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

BasicImagingEngineOptions

Represents the basic options used for imaging, such as image output quality (DPI), image size, and image format.
public ImageFormatType BasicImageFormat { get; set; }

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

public int ImageOutputDpi { get; set; }

Gets or sets the image output quality (DPI).

public ImageSizeType ImageSize { get; set; }

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

public decimal? MaximumImageHeight { get; set; }

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

public decimal? MaximumImageWidth { get; set; }

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