Strange error message

Please help me decipher this error message:
System.OutOfMemoryException, AIS.SRLetters.UI, 0.0.3371.15844
Message: Exception of type ‘System.OutOfMemoryException’ was thrown.
Source:Aspose.Words
AppSource: SR Letters
StackTrace:

at ۆ.⋍.⋐(Bitmap ⋏) at ۆ.⊳.⊷(Image ⊸, Stream ԑ, ⋂ ⊹, Boolean ⊺) 
at 㨖.䆂.䆉(Int32 ԟ, Stream ԑ, ImageFormat ۋ) 
at 㨖.䆂.䆇(Int32 ԟ, Int32 ԡ, Stream ԑ, ImageFormat ۋ, ImageOptions ⊉) 
at Aspose.Words.Document.SaveToImage(Int32 pageIndex, Int32 pageCount, Stream stream, ImageFormat imageFormat, ImageOptions options) 
at IDOT.AIS.SRLetters.UI.MainForm.Document_Created(Object sender, FileSystemEventArgs e)

Hi

Thanks for your inquiry. Could you please attach sample document and provide me the code that will allow me to reproduce the problem. I will investigate the issue and provide you more information.
The OutOfMemory exception might occur if you are trying to process very large document. During processing, the document needs to be held wholly in memory. Therefore, memory and CPU usage are dependent on document size and document complexity.
As a workaround, you can try using few small documents instead one huge.
Best regards.