Skip to main content

PdfAnnotation.StructParent Property

Gets the integer key of the annotation’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? StructParent { get; }

Property Value

Type Description
Nullable<Int32>

A nullable integer value specifying the key of the annotation’s entry.

See Also