HTML
JPG
PDF
XML
DGN
DGN
DGN File Viewer for .NET
View DGN as an image without needing AutoCAD or any other rendering software.
How to View DGN File Using C#
In order to view DGN file, we’ll use
API which is a feature-rich, powerful and easy to use API for C# platform to be used with any Viewer. Open
package manager, search for Aspose.CAD and install. You may also use the following command from the Package Manager Console.
Package Manager Console Command
PM> Install-Package Aspose.CAD
Steps to View DGN via C#
Aspose.CAD makes it easy for the developers to view the DGN file with just few lines of code.
- Load DGN file with Image.Load method
- Set an object of CadRasterizationOptions with page height & width
- Create an instance of TiffOptions class and set its VectorRasterizationOptions property
- Call Image.Save method with object of TiffOptions
- Call Process.Start with path to resultant image to load it in default application
System Requirements
Aspose.CAD for .NET is supported on all major operating systems. Just make sure that you have the following prerequisites.
- Microsoft Windows or a compatible OS with .NET Framework, .NET Core
- Development environment like Microsoft Visual Studio
- Aspose.CAD for .NET referenced in your project