THPDFPage.SetAnnotationBorderStyle

THPDFPage

 

Föregående  Metoder  THPDFAnnotBorderStyle

Installs or replaces the /BS border style dictionary on an annotation.

 

Delphi syntax:

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

 

C++ syntax:

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

 

Beskrivning

SetAnnotationBorderStyle tillämpar annoteringskantstilarna Solid, Dashed, Beveled, Inset eller Underline. Width uttrycks i PDF-användarenheter. DashPattern används endast för absDashed; skicka en tom array för att använda standardstreckmönstret [3]

 

Använd LastAnnotation för att tillämpa stilen på annoteringen som senast skapades av en Add*Annotation-metod eller av valda formulärfältshjälpare

 

Se även: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support