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

PdfPage.StructParents Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.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