|
THPDFPage.SetAnnotationHighlightMode
|
Previous Methods LastAnnotation |
|
Sets the PDF link annotation /H highlight mode.
Delphi syntax: procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);
C++ syntax: void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);
Description SetAnnotationHighlightMode writes
Use the dictionary returned by
Example Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
See also: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |