Gets the field collection.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfFormFieldWidgetCollection FieldsWidget { get; }
Public ReadOnly Property FieldsWidget As PdfFormFieldWidgetCollection Get
public: property PdfFormFieldWidgetCollection^ FieldsWidget { PdfFormFieldWidgetCollection^ get (); }
member FieldsWidget : PdfFormFieldWidgetCollection with get