Click or drag to resize

PdfPopupAnnotationParent Property

Gets the parent PdfMarkupAnnotation of this PdfPopupAnnotation.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfMarkupAnnotation Parent { get; }

Property Value

Type: PdfMarkupAnnotation
Remarks
The parent of a PdfPopupAnnotation should always be found and will be a PdfMarkupAnnotation. If not found, this property will return null.
See Also