OutlineItemCollectionFirst Property |
Gets the outline item representing the first top-level item in the outline hierarchy.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic OutlineItemCollection First { get; }
Public ReadOnly Property First As OutlineItemCollection
Get
public:
property OutlineItemCollection^ First {
OutlineItemCollection^ get ();
}
member First : OutlineItemCollection with get
Property Value
Type:
OutlineItemCollection
See Also