THPDFPage.SetAnnotationBorderStyle

THPDFPage

 

Önceki  Yöntemler  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);

 

Açıklama

SetAnnotationBorderStyle, Solid, Dashed, Beveled, Inset veya Underline açıklama kenarlık stillerini uygular. Width PDF kullanıcı birimleriyle ifade edilir. DashPattern yalnızca absDashed için kullanılır; varsayılan [3] çizgi desenini kullanmak için boş dizi geçirin

 

Stili, bir Add*Annotation yöntemi veya seçili form alanı yardımcıları tarafından en son oluşturulan açıklamaya uygulamak için LastAnnotation kullanın

 

Ayrıca bkz.: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support