|
THPDFPage.AddFreeTextAnnotation
|
Üst Önceki Sonraki |
|
Adds new FreeText annotation on the current page.
type THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );
Delphi syntax: procedure AddFreeTextAnnotation ( Contents: AnsiString; Rectangle: TRect; Quadding: THPDFFreeTextAnnotationJust; Color: TColor = clRed );
C++ syntax: void __fastcall AddFreeTextAnnotation ( AnsiString Contents, Windows::TRect &Rectangle, THPDFFreeTextAnnotationJust Quadding, Graphics::TColor Color );
Açıklama Geçerli sayfaya belirtilen metin iletisi (Contents), dikdörtgen alanı (Rectangle), hizalama (Quadding) ve renk ile yeni bir FreeText açıklaması eklemek için AddFreeTextAnnotation kullanın
Value Meaning ftLeftJust Left justification. ftCenter Center justification. ftRightJust Right justification.
|