How to Draw Circle/Ellipse

Hi,

Is there are any method to draw/ellipse in PDFTron,

For Rectangle we using
ElementBuilder eb = new ElementBuilder();
eb.CreateRect(0, 0, 100 100);

Thanks in Advance.
Sankar

You could use ElementBuilder.CreateEllipse() or ElementBuilder.ArcTo()
to draw ellipses, circles, and arcs.
These methods are part of PDFNet v.4.5 update http://www.pdftron.com/pdfnet/downloads.html