THPDFPage.AddCircleSquareAnnotation

THPDFPage

 

맨 위  이전  다음

Adds new CircleSquare annotation on the current page.

 

type

   THPDFCSAnnotationType = (csCircle, csSquare);

 

Delphi 구문:

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

 

C++ 구문:

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

 

설명

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

 

Value                Meaning


csCircle                     The annotation will be circle.

csSquare                   The annotation will be square.

 

 

Circle and square annotation preview