Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfOutlineItem Parent { get; }
VB
Public ReadOnly Property Parent As PdfOutlineItem
Get
Property Value
Type:
PdfOutlineItemThe parent of this
PdfOutlineItem in the
outline hierarchy.
See Also