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

ImagingProfile

public class ImagingProfile : NamedArtifact
Represents the settings used to image a group of documents.

Gets or sets the collection of Application Field Codes linked to this imaging profile.

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

public ImagingEmailOptions EmailOptions { get; set; }

Gets or sets the email options used for native imaging, such as page orientation, the removal of indentations, and the display of SMTP addresses.

public ImagingHtmlOptions HtmlOptions { get; set; }

Gets or sets the HTML option used for the imaging profile. It removes non-breaking spaces codes.

public ImagingProfileType ImagingMethod { get; set; }

Gets or sets the imaging method used for running jobs with the imaging profile. The method options are basic or native.

public string Keywords { get; set; }

Gets or sets the Keywords field.

Gets or sets the native imaging options used by this imaging profile, such as image format, dithering algorithm, and output quality (DPI).

public IEnumerable<NamedArtifact> NativeTypes { get; set; }

Gets or sets the Native Types linked to this imaging profile.

public string Notes { get; set; }

Gets or sets Notes Keywords field.

Gets or sets options used for native imaging documents from presentation software, such as Microsoft PowerPoint.

Gets or sets the spreadsheet options used for native imaging, such as page orientation, page size, and the display of row and column headings.

Gets or sets word processing options used for native imaging, such as page orientation, or displaying field codes, comments, and hidden text.

public ImagingProfile()