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

Relativity.Testing.Framework.Api.Strategies.CreateNativeImagingProfileDTO

A DTO used for creation of Native Imaging Profile.
public IEnumerable<NamedArtifact> ApplicationFieldCodes { get; set; }

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

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 NativeImagingEngineOptions NativeOptions { get; set; }

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

public ImagingPresentationOptions PresentationOptions { get; set; }

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

public ImagingSpreadsheetOptions SpreadsheetOptions { get; set; }

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

public ImagingWordOptions WordProcessingOptions { get; set; }

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