|
THPDFPage.AddCircleSquareAnnotation
|
Vrh Prethodno Sledeće |
|
Dodaje novu CircleSquare anotaciju na tekuću 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 Koristite AddCircleSquareAnnotation da dodate novu CircleSquare anotaciju sa zadatom tekst porukom ( Contents), pravougaonim područjem ( Rectangle ), tipom ( CSType ) i bojom na tekućoj stranici
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|