THPDFPage.AddFreeTextAnnotation

THPDFPage

 

الأعلى  السابق  التالي

Adds new FreeText annotation on the current page.

 

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

 

الوصف

استخدم AddFreeTextAnnotation لإضافة تعليق FreeText جديد تحدده رسالة النص (المحتويات) ومنطقة المستطيل (Rectangle) والمحاذاة (Quadding) واللون على الصفحة الحالية 

 

Value                Meaning


ftLeftJust                    Left justification.

ftCenter                Center justification.

ftRightJust                Right justification.

 

 

Free text annotation preview