|
THPDFPage.AddCircleSquareAnnotation
|
Viršus Ankstesnis Kitas |
|
Prideda naują CircleSquare anotaciją dabartiniame puslapyje
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);
Aprašas Naudokite AddCircleSquareAnnotation, kad dabartiniame puslapyje pridėtumėte naują CircleSquare anotaciją su nurodytu teksto pranešimu (Contents), stačiakampio sritimi (Rectangle), tipu (CSType) ir spalva
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|