| PdfViewerFillForms Property |
Gets the Forms object associated with the current PdfViewer control.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public PdfForms FillForms { get; }
Public ReadOnly Property FillForms As PdfForms
Get
public:
property PdfForms^ FillForms {
PdfForms^ get ();
}
member FillForms : PdfForms with get
/** @property */
public PdfForms get_FillForms()
function get_FillForms();
Property Value
PdfFormsRemarks The FillForms object are used for the correct processing of forms within the PdfViewer control
See Also