ScanningManagerGetDocumentForView Method

Get specific document from the repository in PDF format to be displayed in viewer.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get specific document from the repository in PDF format to be displayed in viewer.")]
public ViewerDocument GetDocumentForView(
	int documentVersionId
)

Parameters

documentVersionId  Int32
 

Return Value

ViewerDocument

See Also