|
THPDFPage.AddCircleSquareAnnotation
|
맨 위 이전 다음 |
|
Adds new CircleSquare annotation on the current page.
type THPDFCSAnnotationType = (csCircle, csSquare);
Delphi 구문: procedure AddCircleSquareAnnotation ( Contents: AnsiString; Rectangle: TRect; CSType: THPDFCSAnnotationType; Color: TColor = clRed );
C++ 구문: void __fastcall AddCircleSquareAnnotation(AnsiString Contents, Windows::TRect &Rectangle, THPDFCSAnnotationType CSType, Graphics::TColor Color);
설명 현재 page에 text message(
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|