Click or drag to resize

PdfMarkupAnnotationPopup Property

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

Property Value

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