THPDFPage.AddFreeTextAnnotation

THPDFPage

 

Sus  Anterior  Următor

Adaugă o nouă adnotare FreeText pe pagina curentă

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Sintaxă Delphi:

procedure AddFreeTextAnnotation ( Contents: AnsiString; Rectangle: TRect; Quadding: THPDFFreeTextAnnotationJust; Color: TColor = clRed );

 

Sintaxă C++:

void __fastcall AddFreeTextAnnotation ( AnsiString Contents, Windows::TRect &Rectangle, THPDFFreeTextAnnotationJust Quadding, Graphics::TColor Color );

 

Descriere

Folosiți AddFreeTextAnnotation pentru a adăuga o nouă adnotare FreeText cu mesajul de text specificat ( Contents), aria dreptunghiulară (Rectangle), alinierea ( Quadding ) și culoarea pe pagina curentă

 

Valoare                Semnificație


ftLeftJust                    Aliniere la stânga

ftCenter                Aliniere centrată

ftRightJust                Aliniere la dreapta

 

 

Free text annotation preview