THPDFPage.AddFreeTextAnnotation – metoda

THPDFPage

 

Nahoru  Předchozí  Další

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 );

 

Popis

Pomocí AddFreeTextAnnotation přidáte na aktuální stránku novou anotaci FreeText se zadanou textovou zprávou (Obsah), obdélníkovou oblastí (Rectangle), zarovnáním (Quadding) a barvou 

 

Value                Meaning


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview