Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfOutline.Parent Property

Gets the parent of the outline item in the outline hierarchy.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfOutlineItem Parent { get; }

Property Value

Type Description
PdfOutlineItem

A PdfOutlineItem object that represents the parent of the outline item.

See Also