|
THPDFPage.SetAnnotationBorderStyle
|
Vorige Methoden THPDFAnnotBorderStyle |
|
Installeert of vervangt de /BS-randstijldictionary op een annotatie
Delphi-syntaxis: procedure SetAnnotationBorderStyle(Annot: THPDFDictionaryObject; Width: Single; Style: THPDFAnnotBorderStyle; const DashPattern: array of Single);
C++-syntaxis: void __fastcall SetAnnotationBorderStyle(THPDFDictionaryObject *Annot, float Width, THPDFAnnotBorderStyle Style, const float *DashPattern, const int DashPattern_Size);
Beschrijving SetAnnotationBorderStyle past Solid-, Dashed-, Beveled-, Inset- of Underline-randstijlen voor annotaties toe. Width wordt uitgedrukt in PDF-user units. DashPattern wordt alleen gebruikt voor absDashed; geef een lege array door om het standaard [3]-streeppatroon te gebruiken
Gebruik LastAnnotation om de stijl toe te passen op de annotatie die het laatst is gemaakt door een Add*Annotation-methode of door geselecteerde formulierveldhelpers
Zie ook: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF-filterondersteuning |