THPDFPage.SetAnnotationHighlightMode

THPDFPage

 

Vorige  Methoden  LastAnnotation

Stelt de /H-highlightmodus van de PDF-linkannotatie in

 

Delphi-syntaxis:

procedure SetAnnotationHighlightMode(Annot: THPDFDictionaryObject; Mode: THPDFAnnotationHighlightMode);

 

C++-syntaxis:

void __fastcall SetAnnotationHighlightMode(THPDFDictionaryObject *Annot, THPDFAnnotationHighlightMode Mode);

 

Beschrijving

SetAnnotationHighlightMode schrijft /H in een linkannotatie. De ondersteunde waarden zijn ahmNone, ahmInvert, ahmOutline en ahmPush, overeenkomend met de PDF-namen /N, /I, /O en /P

 

Gebruik de dictionary die door AddURILink wordt geretourneerd of gebruik LastAnnotation na een aanroep van AddGoToLink, AddGoToRLink of AddLaunchLink

 

Voorbeeld

Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);

 

Zie ook: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle