Click or drag to resize

PdfOutlineParentCollection Property

Gets the PdfOutlineCollection that the PdfOutline belongs to.

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

Property Value

PdfOutlineCollection
The PdfOutlineCollection that the PdfOutline belongs to.
See Also