THPDFPage.AddCircleSquareAnnotation

THPDFPage

 

Vrh  Prejšnja  Naslednja

Doda novo opombo CircleSquare na trenutno stran

 

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);

 

Description

Uporabite AddCircleSquareAnnotation za dodajanje nove pripombe CircleSquare z navedenim besedilnim sporočilom (Contents), pravokotnim območjem (Rectangle), tipom (CSType) in barvo na trenutno stran

 

Value                Meaning


csCircle                     The annotation will be circle.

csSquare                   The annotation will be square.

 

 

Circle and square annotation preview