|
THPDFPage.AddFreeTextAnnotation
|
Vrh Prethodno Sljedeće |
|
Dodaje novu FreeText anotaciju na trenutačnu stranicu
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 );
Opis Upotrijebite AddFreeTextAnnotation za dodavanje nove FreeText anotacije s navedenom tekstualnom porukom (Contents), pravokutnim područjem (Rectangle), poravnanjem (Quadding) i bojom na trenutačnoj stranici
Value Meaning ftLeftJust Left justification. ftCenter Center justification. ftRightJust Right justification.
|