|
THPDFPage.SetAnnotationHighlightMode
|
이전 메서드 LastAnnotation |
|
Sets the PDF link annotation /H highlight mode.
Delphi 구문: procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);
C++ 구문: void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);
설명
Example Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
참조: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |