|
THPDFPage.SetAnnotationHighlightMode
|
Précédent Méthodes LastAnnotation |
|
Sets the PDF link annotation /H highlight mode.
Syntaxe Delphi : procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);
Syntaxe C++ : void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);
Description SetAnnotationHighlightMode écrit
Utilisez le dictionnaire renvoyé par
Exemple Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
Voir aussi: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |