|
THPDFPage.SetAnnotationBorderStyle
|
Anterior Metode THPDFAnnotBorderStyle |
|
Installs or replaces the /BS border style dictionary on an annotation.
Sintaxă Delphi: procedure SetAnnotationBorderStyle(Annot: THPDFDictionaryObject; Width: Single; Style: THPDFAnnotBorderStyle; const DashPattern: array of Single);
Sintaxă C++: void __fastcall SetAnnotationBorderStyle(THPDFDictionaryObject *Annot, float Width, THPDFAnnotBorderStyle Style, const float *DashPattern, const int DashPattern_Size);
Descriere SetAnnotationBorderStyle aplică stilurile de chenar pentru adnotări Solid, Dashed, Beveled, Inset sau Underline. Width este exprimată în unități de utilizator PDF. DashPattern este folosit doar pentru absDashed; transmiteți un tablou gol pentru a folosi modelul implicit de liniuțe [3]
Folosiți LastAnnotation pentru a aplica stilul adnotării create cel mai recent printr-o metodă Add*Annotation sau prin ajutoarele selectate pentru câmpuri de formular
Vezi și: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support |