HotPDF Delphi PDF Component Developer Guide | ![]() |
THPDFPage.AddCircleSquareAnnotation
|
Top Previous Next |
Adds new CircleSquare annotation on the current page.
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 Use AddCircleSquareAnnotation to add new CircleSquare annotation specified text message ( Contents), rectangle area ( Rectangle ), type ( CSType ) and color on the current page.
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|
Copyright©2007-2025 losLab.com |