Apose CAD for .NET version 22.6.0 running on .NET 3.1
This is the snippet that i’m running
var rasterizationOptions = new CadRasterizationOptions()
{
PageWidth = 2160,
PageHeight = 2160,
DrawColor = Color.DarkBlue
};
var options = new PngOptions();
options.VectorRasterizationOptions = rasterizationOptions;
image.Save(destinationDirectory, options);
I’m trying to convert DWG to PNG but the file get corrupted, i attached the result that i’m getting.
teste.png (33.4 KB)
here is the DWG file
testDwg.zip (150.1 KB)