Show / Hide Table of Contents

Class ImagingProfile

Represents the settings used to image a group of documents.

Inheritance
System.Object
Artifact
NamedArtifact
ImagingProfile
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingProfile : NamedArtifact, IHasName

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

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
| 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

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

Keywords

Gets or sets the Keywords field.

Declaration
public string Keywords { get; set; }
Property Value
Type Description
System.String
| 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

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

Notes

Gets or sets Notes Keywords field.

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String
| 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
See Also
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

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX