ImageDocumentJob Class

Relativity Imaging API
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

SystemObject
  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

  NameDescription
Public methodImageDocumentJob
Top
Properties

  NameDescription
Public propertyAlternateNativeLocation
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.
Public propertyDocumentId
The id of the document to image
Public propertyOriginationId
Optional - Unique identifier for the caller of this method. Can be used to differentiate ImagingDocumentRequests from different sources.
(Inherited from ImagingJobBase.)
Public propertyProfileId
The id of the imaging profile to use.
Public propertyRemoveAlternateNativeAfterImaging
if alternate native files are specified, remove them after they are imaged
Public propertyWorkspaceId
The id of the workspace containing the document
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference