IImagingJobManagerImageDocumentAsync Method

Relativity Imaging API
Submit a job to image an individual documents specified by ImageDocumentJob

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

Task<ImageDocumentResponse> ImageDocumentAsync(
	ImageDocumentJob imageDocumentJob
)

Task<ImageDocumentResponse> ImageDocumentAsync(
	ImageDocumentJob imageDocumentJob
)

Parameters

imageDocumentJob
Type: Relativity.Imaging.Services.InterfacesImageDocumentJob
The ImageDocumentJob indicating which documents to image.

Return Value

Type: TaskImageDocumentResponse
Returns an ImageDocumentResponse
See Also

Reference