CAD .NET is a set of several powerful classes that can be used in applications to read, edit and write CAD files.

CAD .NET provides API for reading AutoCAD™ DWG/DXF, HPGL/HPGL2 Hewlett Packard, Gerber, GDS and CGM file formats, as well as writing DXF files within your applications. CADConverter is the base class of CAD .NET. It provides the list of the CADEntity class-based entities loaded from DXF/DWG/HPGL/HPGL2/CGM files.

You can use AutoCAD™ drawings in your application, preview, import and convert them to your file format. CADConverter is a representation of the CAD file in the memory which consists of the standard TABLES, BLOCKS, ENTITIES sections, each of them has a list of visual primitives (BLOCKS, ENTITIES) or (TABLES).

CAD files can be displayed, printed, and saved to BMP, EMF, JPEG, TIFF, GIF, and other formats.