Hi
I got an error of "Attempted to read or write protected memory. This is often an indication that other memory is corrupt.".
Using
PdfLoadedDocument ldoc = new new PdfLoadedDocument(sourcePath);
Bitmap[] images = ldoc.ExportAsImage(index, index); - (in this line i got an error)
Is there any way to fixed this error?
Thanks