|
THPDFPage.AddCircleSquareAnnotation
|
Горе Предишна Следваща |
|
Добавя нова CircleSquare аннотация към текущата страница
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);
Описание Използвайте AddCircleSquareAnnotation, за да добавите нова CircleSquare анотация със зададено текстово съобщение ( Contents), правоъгълна област ( Rectangle ), тип ( CSType ) и цвят на текущата страница
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|