THPDFPage.AddFreeTextAnnotation

THPDFPage

 

Viršus  Ankstesnis  Kitas

Prideda naują FreeText anotaciją dabartiniame puslapyje

 

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

 

Aprašas

Naudokite AddFreeTextAnnotation, kad dabartiniame puslapyje pridėtumėte naują FreeText anotaciją su nurodytu teksto pranešimu (Contents), stačiakampio sritimi (Rectangle), lygiavimu (Quadding) ir spalva.  

 

Value                Meaning


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview