We are pleased to announce the release of Aspose.CAD for .NET 1.1.0. The major developments in this release support for searching text in DWG AutoCAD file and get external references of block attributes. Support to convert DGN AutoCAD format to PDF and convert DGN AutoCAD format to raster image format has also been incorporated in this release.

Search Text In DWG AutoCAD File

Aspose.CAD for .NET now supports searching text in the DWG file. Aspose.CAD API exposes CadText class that represents text entities in the DWG AutoCAD file.

Below provided sample code demonstrates how to search text in DWG file.

Get Block Attribute Value Of External Reference

Aspose.CAD for .NET allows you to get the block attribute value of the external reference. The API exposes XRefPathName property to get the external reference of a block attribute in a CadBlockDictionary collection.

The below-provided sample code demonstrates how to get the block attribute value.

Convert DGN AutoCAD Format To PDF

Aspose.CAD for .NET allows you to convert DGN AutoCAD format to PDF. Aspose.CAD.Image.Load method can be used to load DGN file, Aspose.CAD.ImageOptions.CadRasterizationOptions can be used to set vector rasterization options, Aspose.CAD.ImageOptionsBase can be used to set image options and Aspose.CAD.Image.Save method can be used to save output image e.g.

Convert DGN AutoCAD Format To Raster Image Formats

Aspose.CAD for .NET allows you to convert DGN AutoCAD format to raster images. Aspose.CAD.Image.Load method can be used to load DGN file, Aspose.CAD.ImageOptions.CadRasterizationOptions can be used to set vector rasterization options, Aspose.CAD.ImageOptionsBase can be used to set image options and Aspose.CAD.Image.Save method can be used to save output image e.g.

Other Important Features

The following enhancements have been introduced in this release.

  • EULA link has been introduced in the MSI file.
  • The memory management process while exporting CAD to BMP has been improved.
  • The process of accessing Face3D objects has been improved.

To view a complete list of new features and to download the latest release, please visit Aspose.CAD for .NET 1.1.0 page in downloads section.

Aspose.CAD for .NET Resources

The resources, you may need to accomplish your tasks: