THPDFPage.LastAnnotation

THPDFPage

 

Властивості  AddPopupAnnotationFor  SetAnnotationBorderStyle

Returns the most recently created annotation dictionary on the page.

 

Delphi syntax:

property LastAnnotation: THPDFDictionaryObject;

 

C++ syntax:

__property THPDFDictionaryObject* LastAnnotation;

 

Опис

LastAnnotation дорівнює nil, доки page не створить annotation Він оновлюється markup annotation helpers і form-field helpers, які створюють widget annotations

 

Використовуйте цю property, щоб apply SetAnnotationBorderStyle або AddPopupAnnotationFor до annotation, created by previous call

 

See also: AddPopupAnnotationFor, SetAnnotationBorderStyle, PDF Filter Support