Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / Doc Property

In This Topic
    Doc Property (Field)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.GcPdfDocument owning this field.
    Syntax
    'Declaration
     
    Public ReadOnly Property Doc As GcPdfDocument
    public GcPdfDocument Doc {get;}
    See Also