Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Draws a circle annotation on the current open page.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 5.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
PosX | X-coordinate of the annotation | 100 |
PosY | Y-coordinate of the annotation | 100 |
Width | Width of the annotation | 100 |
Height | Height of the annotation | 100 |
LineWidth | Line width of the circle or ellipse | 2 |
FillColor | Fill color for circle. See DynaPDF.RGB function for RGB colors. |
200 |
StrokeColor | Stroke color for circle. See DynaPDF.RGB function for RGB colors. |
255 |
ColorSpace | Color space of the fill and stroke colors. | "RGB" |
Returns annotation handle or error.
See also CircleAnnot function in DynaPDF manual.
This function checks for a license.
Created 28th November 2014, last changed 31st December 2020