Represents the settings used to image a group of documents.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesImagingProfileRef
Relativity.Imaging.Services.InterfacesImagingProfile
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public class ImagingProfile : ImagingProfileRef public class ImagingProfile : ImagingProfileRef
The ImagingProfile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ImagingProfile |
Properties
Name | Description | |
---|---|---|
![]() | ApplicationFieldCodes |
Gets or sets the collection of ApplicationFieldCodeRef instances linked to this imaging profile.
|
![]() | ArtifactID |
Gets or sets the ArtifactID of an ImagingProfile.
(Inherited from ImagingProfileRef.) |
![]() | BasicOptions |
Gets or sets the basic options used for imaging, such as image output quality (DPI), image size, and image format.
|
![]() | 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.
|
![]() | HtmlOptions |
Gets or set the HTML option used for the imaging profile. It removes NBSP codes.
|
![]() | ImagingMethod |
Gets or sets the imaging method used for running jobs with the imaging profile. The method options are basic or native.
|
![]() | Keywords |
Gets or sets the Keywords field.
|
![]() | Name |
Gets or sets the user-friendly name of the ImagingProfile.
(Inherited from ImagingProfileRef.) |
![]() | NativeOptions |
Gets or sets the native imaging options used by this imaging profile, such as image format, dithering algorithm, and output quality (DPI).
|
![]() | NativeTypes |
Gets or sets the NativeTypeRef instances linked to this imaging profile.
|
![]() | Notes |
Gets or sets Notes Keywords field.
|
![]() | PresentationOptions |
Gets or sets options used for native imaging documents from presentation software, such as Microsoft PowerPoint.
|
![]() | 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.
|
![]() | WordProcessingOptions |
Gets or sets word processing options used for native imaging, such as page orientation, or displaying field codes, comments, and hidden text.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | DEFAULT_BASIC_PROFILE_NAME |
The Name of the Basic-Imaging Method Default imaging profile.
|
![]() ![]() | DEFAULT_INSTANCE_GUID |
The Artifact Guid of the Default Imaging Profile instance.
|
![]() ![]() | DEFAULT_NATIVE_PROFILE_NAME |
The Name of the Native-Imaging Method Default imaging profile.
|
![]() ![]() | DEFAULT_PROFILE_NAME |
The Name of the default Imaging Profile instance.
|
See Also