|
THPDFPage.SetAnnotationHighlightMode
|
Anterior Métodos LastAnnotation |
|
Sets the PDF link annotation /H highlight mode.
Sintaxis Delphi: procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);
Sintaxis C++: void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);
Descripción SetAnnotationHighlightMode escribe
Utilice el diccionario devuelto por
Ejemplo Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);
Véase también: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle |