|
THPDFPage.AddFreeTextAnnotation
|
Vrh Prejšnja Naslednja |
|
Doda novo opombo FreeText na trenutno stran
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 );
Description Uporabite AddFreeTextAnnotation za dodajanje nove pripombe FreeText z navedenim besedilnim sporočilom (Contents), pravokotnim območjem (Rectangle), poravnavo (Quadding) in barvo na trenutno stran.
Value Meaning ftLeftJust Left justification. ftCenter Center justification. ftRightJust Right justification.
|