How to export CAD files to BMP?
To export CAD files to BMP, create a new TBitmap instance and render CAD file graphics on TBitmap.Canvas.
To export CAD files to BMP, create a new TBitmap instance and render CAD file graphics on TBitmap.Canvas.
Sometimes you need to save a drawing loaded to TsgCADImage as a JPEG file with a specified DPI and compression quality. Such JPEG export can be implemented using the TsgJPEGImage class.
To export CAD files to PNG, follow the steps bellow: