Class ImagingProfile
Represents the settings used to image a group of documents.
Implements
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingProfile : NamedArtifact, IHasName
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> |
BasicOptions
Gets or sets the basic options used for imaging, such as image output quality (DPI), image size, and image format.
Declaration
public BasicImagingEngineOptions BasicOptions { get; set; }
Property Value
Type | Description |
---|---|
BasicImagingEngineOptions |
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 |
ImagingMethod
Gets or sets the imaging method used for running jobs with the imaging profile. The method options are basic or native.
Declaration
public ImagingProfileType ImagingMethod { get; set; }
Property Value
Type | Description |
---|---|
ImagingProfileType |
Keywords
Gets or sets the Keywords field.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
NativeTypes
Gets or sets the Native Types linked to this imaging profile.
Declaration
public IEnumerable<NamedArtifact> NativeTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NamedArtifact> |
Notes
Gets or sets Notes Keywords field.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
See Also
| Improve this Doc View SourceWordProcessingOptions
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 |