THPDFPage.AddFreeTextAnnotation

THPDFPage

 

맨 위  이전  다음

Adds new FreeText annotation on the current page.

 

type

  THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );

 

Delphi 구문:

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

 

C++ 구문:

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

 

설명

현재 page에 text message(목차), rectangle area(Rectangle), justification(Quadding), color로 지정된 새 FreeText annotation을 추가하려면 AddFreeTextAnnotation을 사용하십시오

 

Value                Meaning


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview