Click or drag to resize

WebDocumentRequestHandlerOnPdfFormRequested Method

Called by the handler when a request has come from client side javascript, requesting PDF form fields. This subsequently fires the PdfFormRequested 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 OnPdfFormRequested(
	PdfFormRequestedEventArgs e
)

Parameters

e
Type: Atalasoft.Imaging.WebControlsPdfFormRequestedEventArgs
PdfFormRequestedEventArgs 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