|
THPDFPage.SetAnnotationHighlightMode
|
Forrige Metoder LastAnnotation |
|
Indstiller PDF-linkannoteringens /H-fremhævelsestilstand
Delphi-syntaks: procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);
C++-syntaks: void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);
Beskrivelse SetAnnotationHighlightMode skriver
Brug ordbogen returneret af
Eksempel Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
Se også: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |