Click or drag to resize

PdfOutlineParent Property

Gets the parent PdfOutline of this PdfOutline in the outline hierarchy.

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

Property Value

PdfOutline
The parent PdfOutline of this PdfOutline in the outline hierarchy.
See Also