Click or drag to resize

WebDocumentRequestHandlerOnDocumentInfoRequested Method

Called by the handler when a request has come from client side javascript, requesting document info. This subsequently fires the DocumentInfoRequested event.

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
protected void OnDocumentInfoRequested(
	DocumentInfoRequestedEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WebControlsDocumentInfoRequestedEventArgs
DocumentInfoRequestedEventArgs for this request event.
Remarks
This is not intended to be called manually, as a client request is needed in order for the handler to respond properly.
See Also