|
THPDFPage.AddCircleSquareAnnotation
|
Øverst Forrige Næste |
|
Tilføjer en ny CircleSquare-annotation på den aktuelle side
type THPDFCSAnnotationType = (csCircle, csSquare);
Delphi-syntaks: procedure AddCircleSquareAnnotation ( Contents: AnsiString; Rectangle: TRect; CSType: THPDFCSAnnotationType; Color: TColor = clRed );
C++-syntaks: void __fastcall AddCircleSquareAnnotation(AnsiString Contents, Windows::TRect &Rectangle, THPDFCSAnnotationType CSType, Graphics::TColor Color);
Beskrivelse Brug AddCircleSquareAnnotation til at tilføje en ny CircleSquare-annotation på den aktuelle side med angivet tekstmeddelelse (Contents), rektangelområde (Rectangle), type (CSType) og farve
Værdi Betydning csCircle Annotationen vil være en cirkel csSquare Annotationen vil være en firkant
|