|
THPDFPage.AddCircleSquareAnnotation
|
Øverst Forrige Neste |
|
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);
Beskrivelse Bruk AddCircleSquareAnnotation til å legge til en ny CircleSquare-annotasjon som angir tekstmeldingen ( Contents ), rektangelområdet ( Rectangle ), typen ( CSType ) og fargen på gjeldende side
Value Meaning csCircle The annotation will be circle. csSquare The annotation will be square.
|