Skip to main content

PdfPage.StructParents Property

Indicates the key of the page’s entry in the structural parent tree.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public int? StructParents { get; }

Property Value

Type Description
Nullable<Int32>

A nullable integer value.

Remarks

This value is required if the page contains structural content items.

See Also