popup property

PdfPopupAnnotation? popup
final

Inlined popup annotation data, or null if this annotation has no popup.

Popup annotations (FPDF_ANNOT_POPUP) are child annotations of sticky notes and free-text annotations. They are not emitted as top-level entries; their data is inlined here instead.

Implementation

final PdfPopupAnnotation? popup;