Hello,
I am using this c# code>>
private Document doc = null;
PngDevice pngDevice = null;
…
…
…
MemoryStream ms = new MemoryStream();
doc.Pages[1].SendTo(pngDevice, ms);
Get this exception::
Wrong object format. Id:7 Generation:0
Sample file is attached.
Thanks!
Hi there,