THPDFPage.AddCircleSquareAnnotation

THPDFPage

 

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

Adds new CircleSquare annotation on the current page.

 

type

   THPDFCSAnnotationType = (csCircle, csSquare);

 

Delphi syntax:

procedure AddCircleSquareAnnotation ( Contents: AnsiString; Rectangle: TRect; CSType: THPDFCSAnnotationType; Color: TColor = clRed );

 

C++ syntax:

void __fastcall AddCircleSquareAnnotation(AnsiString Contents, Windows::TRect &Rectangle, THPDFCSAnnotationType CSType, Graphics::TColor Color);

 

תיאור

השתמש ב-AddCircleSquareAnnotation כדי להוסיף annotation חדש מסוג CircleSquare לפי הודעת טקסט (תוכן), אזור מלבן (Rectangle), סוג (CSType) וצבע בעמוד הנוכחי

 

Value                Meaning


csCircle                     The annotation will be circle.

csSquare                   The annotation will be square.

 

 

Circle and square annotation preview