|
THPDFPage.SetAnnotationBorderStyle
|
Попередня Методи 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 applies annotation border styles Solid, Dashed, Beveled, Inset або Underline Width expressed in PDF user units DashPattern used only for absDashed; pass empty array to use default [3] dash pattern
Використовуйте LastAnnotation, щоб apply style to annotation most recently created by Add*Annotation method або selected form-field helpers
See also: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support |