|
THPDFPage.SetAnnotationBorderStyle
|
이전 메서드 THPDFAnnotBorderStyle |
|
Installs or replaces the /BS border style dictionary on an annotation.
Delphi 구문: procedure SetAnnotationBorderStyle(Annot: THPDFDictionaryObject; Width: Single; Style: THPDFAnnotBorderStyle; const DashPattern: array of Single);
C++ 구문: void __fastcall SetAnnotationBorderStyle(THPDFDictionaryObject *Annot, float Width, THPDFAnnotBorderStyle Style, const float *DashPattern, const int DashPattern_Size);
설명
참조: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support |