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 עד שהעמוד יוצר annotation. הוא מתעדכן על ידי markup annotation helpers ועל ידי form-field helpers שיוצרים widget annotations

 

השתמש במאפיין זה כדי להחיל SetAnnotationBorderStyle או AddPopupAnnotationFor על ה-annotation שנוצרה בקריאה הקודמת

 

See also: AddPopupAnnotationFor, SetAnnotationBorderStyle, PDF Filter Support