Click or drag to resize

IWebDocumentViewerCallbacksDocumentInfoRequestResponseSend Method

Calls when constructing response JSON for requesting document info operation.

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
void DocumentInfoRequestResponseSend(
	ResponseSendEventArgs args
)

Parameters

args
Type: Atalasoft.Imaging.WebControlsResponseSendEventArgs
Remarks
The data from this event can passed to 'annotationloaded' and 'formsloaded' client-side events, since Web Document Viewer can optimize its requests, and send one request to retrieve document information, annotations and forms.
See Also