|
THPDFPage.SetAnnotationHighlightMode
|
ก่อนหน้า เมธอด 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);
คำอธิบาย
ใช้ dictionary ที่
Example Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
See also: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |