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 = rasteriztionOptions;
image.Save(destinationDirectory, options);
This is the DWG and that is the PNG
teste (1).png (153.7 KB)
dwg.zip (128.5 KB)
I don’t know if it’s a fail conversion or the watermark.