Gets the field collection.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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