PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Outlines Property

In This Topic
    Outlines Property (C1PrintDocument)
    In This Topic
    Gets the OutlineNodeCollection representing the collection of OutlineNode objects of the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Outlines As OutlineNodeCollection
    public OutlineNodeCollection Outlines {get;}
    See Also