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