Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / StructElement Class / Owner Property

In This Topic
    Owner Property (StructElement)
    In This Topic
    Gets the StructElementCollection containing this object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As StructElementCollection
    public StructElementCollection Owner {get;}
    See Also