PDF to PNG conversion a dashed "X" covers image

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.

@FireBlaster223,
this is definitely watermark, but I created CADNET-8696 to look at it deeper.

@FireBlaster223,
now I can confirm that both watermark message in the corner and cross lines are expected.

Ok, I already suspected that, but have to be sure. Thanks for the help

1 Like