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