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.11.26
Syntax
public PdfOutlineCollection Outlines { get; }

Property Value

PdfOutlineCollection
The PdfOutlines contained directly under this PdfOutline.
See Also