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

In This Topic
    Owner Property (PageContentStreamCollection)
    In This Topic
    Gets the Page object owning this PageContentStreamCollection collection.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Owner As Page
    public new Page Owner {get;}
    See Also