Click here to Skip to main content
15,891,529 members

Comments by Sara Noemi (Top 12 by date)

Sara Noemi 27-Nov-13 5:59am View    
I need to use XPS format because the document is generated by a printing from the XPS Microsoft Document Writer virtual printer and there is no way to convert it in PDF or image because I can't use external tool, like GhostScript for example.
Sara Noemi 8-Nov-13 6:01am View    
I understand that probably it is a matter of memory. I call the Dispose explicity for all the graphics object that I used and so I can't understand what is wrong! I'm going crazy with it!
Sara Noemi 8-Nov-13 5:58am View    
But what is the InputFileStream if I don't have a file from which instantiate the bitmap?
Sara Noemi 8-Nov-13 5:44am View    
It seems that after a few loop of creation of the bitmap there is a problem of overflow of memory or something like that..
Sara Noemi 8-Nov-13 5:34am View    
I'm absolutely sure that the values are correct; in fact the bitmap is created some times as I said and after some loop of creation I obtain the error. Have you tried that code just one time or in a repeated loop?