THPDFPage.AddFreeTextAnnotation

THPDFPage

 

Haut  Précédent  Suivant

Adds new FreeText annotation on the current page.

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Syntaxe Delphi :

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

 

Syntaxe C++ :

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

 

Description

Utilisez AddFreeTextAnnotation pour ajouter une nouvelle annotation FreeText avec le message texte spécifié ( Contents), la zone rectangulaire ( Rectangle ), la justification ( Quadding ) et la couleur sur la page courante  

 

Value                Meaning


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview