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

In This Topic
    AcroForm Property (GcPdfDocument)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.AcroForms.AcroForm object defining common properties of the AcroForms in this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property AcroForm As AcroForm
    public AcroForm AcroForm {get;}
    See Also