Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / AcroForm Class / Fields Property

In This Topic
    Fields Property (AcroForm)
    In This Topic
    Gets the FieldCollection collection containing document fields.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As FieldCollection
    public FieldCollection Fields {get;}
    See Also