THPDFPage.SetAnnotationBorderStyle

THPDFPage

 

Előző  Metódusok  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);

 

Leírás

A SetAnnotationBorderStyle Solid, Dashed, Beveled, Inset vagy Underline annotációs keretstílust alkalmaz. A Width PDF user unit egységekben értendő. A DashPattern csak absDashed esetén használatos; üres tömböt adjon át az alapértelmezett [3] dash pattern használatához

 

A LastAnnotation segítségével alkalmazhatja a stílust arra az annotációra, amelyet legutóbb egy Add*Annotation metódus vagy kiválasztott form-field segítő hozott létre

 

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