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, щоб додати нову анотацію CircleSquare із заданим текстовим повідомленням ( Contents), прямокутною областю ( Rectangle ), типом ( CSType ) і кольором на поточній сторінці

 

Value                Meaning


csCircle                     The annotation will be circle.

csSquare                   The annotation will be square.

 

 

Circle and square annotation preview