THPDFPage.AddTextAnnotation

THPDFPage

 

למעלה  הקודם  הבא

Adds new Text annotation on the current page.

 

type

     THPDFTextAnnotationType = ( taComment, taKey, taNote, taHelp, taNewParagraph, taParagraph, taInsert );

 

Delphi syntax:

procedure AddTextAnnotation ( Contents: AnsiString; Rectangle: TRect; Open: boolean; Name: THPDFTextAnnotationType; Color: TColor = clRed );

 

C++ syntax:

void __fastcall AddTextAnnotation ( AnsiString Contents, Windows::TRect &Rectangle, bool Open, THPDFTextAnnotationType Name, Graphics::TColor Color );

 

תיאור

השתמש ב-AddTextAnnotation כדי להוסיף annotation חדש מסוג Text לפי הודעת טקסט (תוכן), אזור מלבן (Rectangle), מראה icon ‏(Name) וצבע בעמוד הנוכחי. הגדר Open ל-true לפתיחת ה-annotation או ל-false לסגירתה

 

Value                          Meaning


taComment                Comment

taKey                         Key

taNote                        Note

taHelp                        Help

taNewParagraph         NewParagraph

taParagraph               Paragraph

taInsert                      Insert

 

 

Text annotation preview