THPDFPage.SetAnnotationHighlightMode

THPDFPage

 

Forrige  Metoder  LastAnnotation

Indstiller PDF-linkannoteringens /H-fremhævelsestilstand

 

Delphi-syntaks:

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

 

C++-syntaks:

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

 

Beskrivelse

SetAnnotationHighlightMode skriver/Hpå en linkannotering. De understøttede værdier erahmNone, ahmInvert, ahmOutline, and ahmPush, svarende til PDF-navne/N, /I, /O, and /P.

 

Brug ordbogen returneret afAddURILinkeller brugLastAnnotationefter enAddGoToLink, AddGoToRLink, or AddLaunchLink call

 

Eksempel

Page.SetAnnotationHighlightMode(Page.LastAnnotation, ahmPush);

 

Se også: LastAnnotation, SetAnnotationFlags, SetAnnotationBorderStyle