Usare AddFreeTextAnnotation per aggiungere alla pagina corrente una nuova annotazione FreeText con messaggio testo (Sommario), area rettangolare (Rectangle), giustificazione (Quadding) e colore specificati

THPDFPage

 

Inizio  Precedente  Successivo

Adds new FreeText annotation on the current page.

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Sintassi Delphi:

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

 

Sintassi C++:

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

 

Descrizione

Usare AddFreeTextAnnotation per aggiungere alla pagina corrente una nuova annotazione FreeText con messaggio di testo specificato (Contents), area rettangolare (Rectangle), giustificazione (Quadding) e colore

 

Significato del valore


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview