THPDFPage.SetAnnotationBorderStyle

THPDFPage

 

Προηγούμενο  Μέθοδοι  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);

 

Περιγραφή

Το SetAnnotationBorderStyle εφαρμόζει Solid, Dashed, Beveled, Inset ή Underline annotation border styles. Το Width εκφράζεται σε PDF user units. Το DashPattern χρησιμοποιείται μόνο για absDashed· περάστε empty array για να χρησιμοποιηθεί το default [3] dash pattern

 

Χρησιμοποιήστε το LastAnnotation για να εφαρμόσετε το style στο annotation που δημιουργήθηκε πιο πρόσφατα από Add*Annotation method ή από επιλεγμένους form-field helpers

 

See also: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support