THPDFPage.AddFreeTextAnnotation

THPDFPage

 

Arriba  Anterior  Siguiente

Adds new FreeText annotation on the current page.

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Sintaxis Delphi:

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

 

Sintaxis C++:

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

 

Descripción

Utilice AddFreeTextAnnotation para agregar una nueva anotación FreeText con mensaje de texto especificado ( Contenido), área rectangular (Rectangle), justificación ( Quadding ) y color en la página actual  

 

Value                Meaning


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview