Hello,
I am working on dwg creation using .net Aspose.CAD, version 24.4.
I am facing an issue while saving dwg file as stream and then convert to byte[].
I found the method
public void Save(Stream stream, ImageOptio…...current code DwgImage dwgImage = new DwgImage(); //LINE, CIRCLE, ARC...CadLine line = new CadLine(new Cad3DPoint(0, 0, 0), new Cad3DPoint(100...