|
THPDFPage.AddFreeTextAnnotation
|
Øverst Forrige Neste |
|
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 );
Beskrivelse Bruk AddFreeTextAnnotation til å legge til en ny FreeText-annotasjon som angir tekstmeldingen ( Contents ), rektangelområdet ( Rectangle ), justeringen ( Quadding ) og fargen på gjeldende side
Value Meaning ftLeftJust Left justification. ftCenter Center justification. ftRightJust Right justification.
|