Click or drag to resize

PdfPopupAnnotationParent Property

Gets the parent PdfMarkupAnnotation of this PdfPopupAnnotation.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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