Show / Hide Table of Contents

Class CreateNativeImagingProfileDTO

A DTO used for creation of Native Imaging Profile.

Inheritance
System.Object
CreateImagingProfileDTO
CreateNativeImagingProfileDTO
UpdateImagingProfileDTO
Inherited Members
CreateImagingProfileDTO.Name
CreateImagingProfileDTO.BasicOptions
CreateImagingProfileDTO.Keywords
CreateImagingProfileDTO.Notes
CreateImagingProfileDTO.NativeTypes
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.Api.Strategies
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class CreateNativeImagingProfileDTO : CreateImagingProfileDTO

Properties

| Improve this Doc View Source

ApplicationFieldCodes

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>
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX