|
THPDFPage.AddCircleSquareAnnotation
|
Vrh Prethodno Sljedeće |
|
Dodaje novu CircleSquare anotaciju na trenutačnu stranicu
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);
Opis Upotrijebite AddCircleSquareAnnotation za dodavanje nove CircleSquare anotacije s navedenom tekstualnom porukom (Contents), pravokutnim područjem (Rectangle), vrstom (CSType) i bojom na trenutačnoj stranici
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|