|
THPDFPage.AddFreeTextAnnotation
|
맨 위 이전 다음 |
|
Adds new FreeText annotation on the current page.
type THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );
Delphi 구문: procedure AddFreeTextAnnotation ( Contents: AnsiString; Rectangle: TRect; Quadding: THPDFFreeTextAnnotationJust; Color: TColor = clRed );
C++ 구문: void __fastcall AddFreeTextAnnotation ( AnsiString Contents, Windows::TRect &Rectangle, THPDFFreeTextAnnotationJust Quadding, Graphics::TColor Color );
설명 현재 page에 text message(
Value Meaning ftLeftJust Left justification. ftCenter Center justification. ftRightJust Right justification.
|