Hi,
When I convert [this file] using the code below, the output file is missing a sidebar on the right side of the CAD file, is there an option I am setting wrong?
using System.IO;
using Aspose.CAD;
using Aspose.CAD.Fi…...(CadImage)image;// -> working for DWG //DwfImage cadImage = (DwfImage)image;...