Skip to main content

PdfPopupAnnotation.Parent Property

Gets the parent of the popup annotation item in the annotation hierarchy.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotation Parent { get; }

Property Value

Type Description
PdfAnnotation

A PdfAnnotation object that represents the popup annotation parent.

See Also