|
THPDFPage.SetAnnotationHighlightMode
|
Vorige Methoden LastAnnotation |
|
Stelt de /H-highlightmodus van de PDF-linkannotatie in
Delphi-syntaxis: procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);
C++-syntaxis: void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);
Beschrijving SetAnnotationHighlightMode schrijft
Gebruik de dictionary die door
Voorbeeld Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
Zie ook: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |