THPDFPage.AddCircleSquareAnnotation – metoda

THPDFPage

 

Nahoru  Předchozí  Další

Adds new CircleSquare annotation on the current page.

 

type

   THPDFCSAnnotationType = (csCircle, csSquare);

 

Syntaxe Delphi:

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

 

Syntaxe C++:

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

 

Popis

Pomocí AddCircleSquareAnnotation přidáte na aktuální stránku novou anotaci CircleSquare se zadanou textovou zprávou (Obsah), obdélníkovou oblastí (Rectangle), typem (CSType) a barvou

 

Value                Meaning


csCircle                     The annotation will be circle.

csSquare                   The annotation will be square.

 

 

Circle and square annotation preview