THPDFPage.LastAnnotation

THPDFPage

 

Propiedades  AddPopupAnnotationFor  SetAnnotationBorderStyle

Returns the most recently created annotation dictionary on the page.

 

Sintaxis Delphi:

property LastAnnotation: THPDFDictionaryObject;

 

Sintaxis C++:

__property THPDFDictionaryObject* LastAnnotation;

 

Descripción

LastAnnotation es nil hasta que la página crea una anotación. Se actualiza mediante helpers de anotaciones markup y mediante helpers de campos de formulario que crean anotaciones widget

 

Utilice esta propiedad para aplicar SetAnnotationBorderStyle o AddPopupAnnotationFor a la anotación creada por la llamada anterior

 

Véase también: AddPopupAnnotationFor, SetAnnotationBorderStyle, Soporte de filtros PDF