|
THPDFPage.SetAnnotationBorderStyle
|
Sebelumnya Metode THPDFAnnotBorderStyle |
|
Memasang atau mengganti kamus gaya batas /BS pada anotasi
Sintaks Delphi: procedure SetAnnotationBorderStyle(Annot: THPDFDictionaryObject; Width: Single; Style: THPDFAnnotBorderStyle; const DashPattern: array of Single);
Sintaks C++: void __fastcall SetAnnotationBorderStyle(THPDFDictionaryObject *Annot, float Width, THPDFAnnotBorderStyle Style, const float *DashPattern, const int DashPattern_Size);
Deskripsi SetAnnotationBorderStyle menerapkan gaya batas anotasi Solid, Dashed, Beveled, Inset, atau Underline. Width dinyatakan dalam unit pengguna PDF. DashPattern hanya digunakan untuk absDashed; berikan array kosong untuk memakai pola garis putus-putus default [3]
Gunakan LastAnnotation untuk menerapkan gaya ke anotasi yang paling baru dibuat oleh metode Add*Annotation atau oleh helper field formulir terpilih
Lihat juga: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support |