Class CreateNativeImagingProfileDTO
A DTO used for creation of Native Imaging Profile.
Inheritance
Inherited Members
Namespace: Relativity.Testing.Framework.Api.Strategies
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class CreateNativeImagingProfileDTO : CreateImagingProfileDTO
Properties
| Improve this Doc View SourceApplicationFieldCodes
Gets or sets the collection of Application Field Codes linked to this imaging profile.
Declaration
public IEnumerable<NamedArtifact> ApplicationFieldCodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NamedArtifact> |
EmailOptions
Gets or sets the email options used for native imaging, such as page orientation, the removal of indentations, and the display of SMTP addresses.
Declaration
public ImagingEmailOptions EmailOptions { get; set; }
Property Value
Type | Description |
---|---|
ImagingEmailOptions |
HtmlOptions
Gets or sets the HTML option used for the imaging profile. It removes non-breaking spaces codes.
Declaration
public ImagingHtmlOptions HtmlOptions { get; set; }
Property Value
Type | Description |
---|---|
ImagingHtmlOptions |
NativeOptions
Gets or sets the native imaging options used by this Imaging Profile, such as image format, dithering algorithm, and output quality (DPI).
Declaration
public NativeImagingEngineOptions NativeOptions { get; set; }
Property Value
Type | Description |
---|---|
NativeImagingEngineOptions |
PresentationOptions
Gets or sets options used for native imaging documents from presentation software, such as Microsoft PowerPoint.
Declaration
public ImagingPresentationOptions PresentationOptions { get; set; }
Property Value
Type | Description |
---|---|
ImagingPresentationOptions |
SpreadsheetOptions
Gets or sets the spreadsheet options used for native imaging, such as page orientation, page size, and the display of row and column headings.
Declaration
public ImagingSpreadsheetOptions SpreadsheetOptions { get; set; }
Property Value
Type | Description |
---|---|
ImagingSpreadsheetOptions |
WordProcessingOptions
Gets or sets word processing options used for native imaging, such as page orientation, or displaying field codes, comments, and hidden text.
Declaration
public ImagingWordOptions WordProcessingOptions { get; set; }
Property Value
Type | Description |
---|---|
ImagingWordOptions |