Add circle annotation to the current page of the doc.

 

   

Syntax
 

[C#]
CircleAnnotation(Doc doc, XRect rect, XColor borderColor, string XColor)

[Visual Basic]
CircleAnnotation(doc As Doc, rect As XRect, borderColor As XColor, fillColor As XColor)

 

   

Params
 
Name Description
doc Doc
rect Annotation rectangle
borderColor Border color
fillColor Fill color

 

   

Notes
 

Add circle annotation to the current page of the doc.

 

   

Example
 
None.