THPDFPage.SetAnnotationBorderStyle

THPDFPage

 

이전  메서드  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);

 

설명

SetAnnotationBorderStyle은 Solid, Dashed, Beveled, Inset, Underline annotation border style을 적용합니다. Width는 PDF user unit으로 표현됩니다. DashPatternabsDashed에서만 사용됩니다. Default [3] dash pattern을 사용하려면 empty array를 전달하십시오

 

Add*Annotation method 또는 선택된 form-field helper가 가장 최근에 만든 annotation에 style을 적용하려면 LastAnnotation을 사용하십시오

 

참조: THPDFAnnotBorderStyle, LastAnnotation, AddPopupAnnotationFor, PDF Filter Support