ImageDocumentJob - This is used by image on the fly. It should not be used for mass imaging.
It allows one document to use an alternate native (ie... for PDF image upload)
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesImagingJobBase
Relativity.Imaging.Services.InterfacesImageDocumentJob
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 ImageDocumentJob : ImagingJobBase public class ImageDocumentJob : ImagingJobBase
The ImageDocumentJob type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ImageDocumentJob |
Properties
Name | Description | |
---|---|---|
![]() | AlternateNativeLocation |
Optional - location of an alternate native to use while imaging the document
This file will not be attached to the document, it is only used to generate images.
|
![]() | DocumentId |
The id of the document to image
|
![]() | OriginationId |
Optional - Unique identifier for the caller of this method. Can be used to differentiate ImagingDocumentRequests
from different sources.
(Inherited from ImagingJobBase.) |
![]() | ProfileId |
The id of the imaging profile to use.
|
![]() | RemoveAlternateNativeAfterImaging |
if alternate native files are specified, remove them after they are imaged
|
![]() | WorkspaceId |
The id of the workspace containing the document
|
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.) |
See Also