PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / Outlines Property

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