DWF file save question

dwf file save to dwf file as dwfoption(rotation) no effect

using (var img = Aspose.CAD.Image.Load(stream))
{
DwfOptions options = new DwfOptions();
options.Rotation = Aspose.CAD.RotateFlipType.Rotate90FlipNone;
img.Save(tempFileName, options);
}

@snkever,

Could you please share your drawing files (you may zip the files prior attaching here).

Also, since your query/issue is related to Aspose.CAD API, so you I am moving your thread to respective forum where one of our colleagues from Aspose.CAD team will evaluate your issue and assist you accordingly.

@snkever,
Hello,
I have attached this problem to the issue CADNET-10006 created earlier as it relates to the same functionality.