Click or drag to resize

PdfFormRequestedEventArgsPdfDocument Property

PDF document to get the forms from. This property will be populated with the current loaded document if one was loaded to get the document info, otherwise it will be null. Setting this property will allow forms from a different document to be loaded, if desired.

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 PdfGeneratedDocument PdfDocument { get; set; }

Property Value

Type: PdfGeneratedDocument
See Also