THPDFPage.AddFreeTextAnnotation

THPDFPage

 

Hore  Predchádzajúce  Ďalej

Pridá novú anotáciu FreeText na aktuálnu stranu

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Delphi syntax:

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

 

C++ syntax:

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

 

Opis

Použite AddFreeTextAnnotation na pridanie novej anotácie FreeText so zadanou textovou správou (Contents), obdĺžnikovou oblasťou (Rectangle), zarovnaním (Quadding) a farbou na aktuálnej strane

 

Value                Meaning


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview