Search found 4 matches

by dada123
Fri Feb 03, 2017 1:13 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: OutOfMemoryException on large file while burningannotation
Replies: 6
Views: 7503

Re: OutOfMemoryException on large file while burningannotation

Hi, here's the memory usage. The TIF file is classified so I can't give it to you. This is a 160 page high res TIF file with annotation on at least 20 pages. This one did not crash. I forgot to mention that the application is 32-bit. 64-bit is not an option because we are still supporting XP in the ...
by dada123
Fri Feb 03, 2017 10:04 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: OutOfMemoryException on large file while burningannotation
Replies: 6
Views: 7503

Re: OutOfMemoryException on large file while burningannotation

Hi Alex, I revised the code like this: // Part of a method imageViewer.Images.SaveAsync(saveDialog.FileName, encoder); imageViewer.Images.ImageSaving += Images_ImageSaving; // images_ImageSaving callback private void Images_ImageSaving(object sender, ImageSavingEventArgs e) { if (_burnImage) { Dispa...
by dada123
Thu Feb 02, 2017 8:45 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: OutOfMemoryException on large file while burningannotation
Replies: 6
Views: 7503

OutOfMemoryException on large file while burningannotation

Hi, I have a 160 page TIFF with annotation on 70 pages. When I burn the annotations on all pages, I get the outofmemoryexception.

Any work around?