Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / FieldCollection Class / Owner Property

In This Topic
    Owner Property (FieldCollection)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper object that owns this collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As PdfDictWrapper
    public new PdfDictWrapper Owner {get;}
    See Also