Click or drag to resize

PdfViewerFillForms Property

Gets the Forms object associated with the current PdfViewer control.

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax
public PdfForms FillForms { get; }

Property Value

PdfForms
Remarks
The FillForms object are used for the correct processing of forms within the PdfViewer control
See Also