Click or drag to resize

WebDocumentRequestHandlerDocumentInfoRequestResponseSend Event

Fires when constructing response JSON for requesting document info operation.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event ResponseSendEventHandler DocumentInfoRequestResponseSend

Value

Type: Atalasoft.Imaging.WebControlsResponseSendEventHandler
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