Click or drag to resize

PdfOutlineOutlines Property

Gets the PdfOutlines contained directly under this PdfOutline.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfOutlineCollection Outlines { get; }

Property Value

PdfOutlineCollection
The PdfOutlines contained directly under this PdfOutline.
See Also