Back to Devexpress

PdfAnnotation.StructParent Property

officefileapi-devexpress-dot-pdf-dot-pdfannotation-637a9a3e.md

latest1.1 KB
Original Source

PdfAnnotation.StructParent Property

Gets the integer key of the annotation’s entry in the structural parent tree.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public int? StructParent { get; }
vb
Public ReadOnly Property StructParent As Integer?

Property Value

TypeDescription
Nullable<Int32>

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

|

See Also

PdfAnnotation Class

PdfAnnotation Members

DevExpress.Pdf Namespace