NGOGetDocPageBinData

This call gets the Binary data (Image Stamp) associated with the document on a page. This call allows getting Binary data for a particular Version.

 

Input Parameter description

View sample InputXml

Output Parameter description

View sample OutputXml

Errors and Warnings

 

 

 

Input Parameters description

Name

Parent Tag

Description

Valid Values

Default

Values

Option

Root

Unique option for the call.

NGOGetDoc

PageBinData.

N/A

CabinetName

Root

Name of the Cabinet to which the User wants to connect.

 

N/A

UserDBId

Root

UserDatabase ID, which is returned in the NGOConnectCabinet call

 

N/A

DocumentIndex

Root

Unique Index of the Document, for which the User wants to get the binary data.

 

N/A

PageNo

Root

Page number of the document for which to get binary data.

 

By Default it gives binary data for all pages.

VersionNo

Root

Version number of the document.

 

Current Version

 

Output Parameters description

Name

Parent Tag

Description

Option

Root

Unique option for the call.

Status

Root

Status of the call. If the Status is 0, then the call is successful.

AnnotationData

Root

Binary Data for the document.

 

Errors returned from call

Code

Message

Comments

-50022

Insufficient rights for the current operation.

User must have Read Rights on document to get the binary data.

-50025

Document not found.

Specified document does not exist in the System.

-50056

Page not found.

Specified page does not exist for the document.