THPDFPage.AddPopupAnnotation Method

Adds popup annotation data to the page drawing workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddPopupAnnotation(Rectangle: TRect; Open: boolean= false);

Unit

HPDFDoc

Parameters

NamePurpose
RectanglePage area or widget rectangle where the operation is applied
OpenInput used by AddPopupAnnotation

Return value

This member does not return a value

Usage notes

Related APIs