THPDFPage.SetAnnotationHighlightMode

THPDFPage

 

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 /H en una anotación de enlace. Los valores admitidos son ahmNone, ahmInvert, ahmOutline y ahmPush, correspondientes a los nombres PDF /N, /I, /O y /P

 

Utilice el diccionario devuelto por AddURILink o use LastAnnotation después de una llamada a AddGoToLink, AddGoToRLink o AddLaunchLink

 

Ejemplo

Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);

 

Véase también: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle