|
THPDFPage.AddCircleSquareAnnotation – metoda
|
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í
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|