|
THPDFPage.SetAnnotationHighlightMode
|
Anterior Métodos LastAnnotation |
|
Establece el modo de resaltado /H de la anotación de enlace PDF
Sintaxis Delphi: procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);
Sintaxis C++: void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);
Descripción SetAnnotationHighlightMode escribe
Use el diccionario devuelto por
Ejemplo Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
Ver también: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |