Back to Devexpress

PdfOutline.Parent Property

officefileapi-devexpress-dot-pdf-dot-pdfoutline-17dff459.md

latest1.0 KB
Original Source

PdfOutline.Parent Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfOutlineItem Parent { get; }
vb
Public ReadOnly Property Parent As PdfOutlineItem

Property Value

TypeDescription
PdfOutlineItem

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

|

See Also

PdfOutline Class

PdfOutline Members

DevExpress.Pdf Namespace