THPDFPage.SetAnnotationBorderStyle

THPDFPage

 

Forrige  Metoder  THPDFAnnotBorderStyle

Installerer eller erstatter /BS-kantstilsordbogen på en annotering

 

Delphi-syntaks:

procedure SetAnnotationBorderStyle(Annot: THPDFDictionaryObject; Width: Single; Style: THPDFAnnotBorderStyle;const DashPattern:array of Single);

 

C++-syntaks:

void __fastcall SetAnnotationBorderStyle(THPDFDictionaryObject *Annot, float Width, THPDFAnnotBorderStyle Style, const float *DashPattern, const int DashPattern_Size);

 

Beskrivelse

SetAnnotationBorderStyle anvender Solid, Dashed, Beveled, Inset eller Underline annoteringskantstilarter. Bredden er udtrykt i PDF-brugerenheder. DashPattern bruges kun til absDashed. Overfør et tomt array for at bruge standard [3] stregmønster

 

Brug LastAnnotation til at anvende stilen på den annotation, der senest blev oprettet af en Add*Annotation-metode eller udvalgte formularfelthjælpere

 

Se også: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF-filterunderstøttelse