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

In This Topic
    Outlines Property
    In This Topic
    Gets the collection of the current document outlines.
    Syntax
    'Declaration
     
    Public ReadOnly Property Outlines As OutlineNodeCollection
    public OutlineNodeCollection Outlines {get;}
    See Also