 | PdfInteractiveFormsFields Property |
Gets collection of fields for gathering information interactively from the user.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic PdfFieldCollections Fields { get; }
Public ReadOnly Property Fields As PdfFieldCollections
Get
public:
property PdfFieldCollections^ Fields {
PdfFieldCollections^ get ();
}
member Fields : PdfFieldCollections with get
/** @property */
public PdfFieldCollections get_Fields()
Property Value
Type:
PdfFieldCollections
See Also