Click or drag to resize

PdfFormRequestedEventArgs Constructor

Creates a new DocumentInfoRequestedEventArgs for use with 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
public PdfFormRequestedEventArgs(
	string filePath,
	PdfGeneratedDocument formPdf,
	int offset = 0,
	int length = -1
)

Parameters

filePath
Type: SystemString
File path to use while loading forms from the PDF.
formPdf
Type: Atalasoft.PdfDoc.GeneratingPdfGeneratedDocument
PdfGeneratedDocument that form fields will be loaded from.
offset (Optional)
Type: SystemInt32
The index of the first page to retreive fields for.
length (Optional)
Type: SystemInt32
The count of the pages to retreive fields for.
See Also