PdfOutlineCollectionFirst Property |
(Required if the item has any descendants; shall be an indirect reference) The first of this item’s immediate children in the outline hierarchy.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic PdfOutline First { get; }
Public ReadOnly Property First As PdfOutline
Get
Property Value
PdfOutline
The first of this item’s immediate children in the outline hierarchy.
See Also