Search found 4 matches

by bcdfbcdf1
Thu Feb 24, 2011 12:33 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: File in use
Replies: 7
Views: 12181

Re: File in use

Hello, You can add VintasoftImage objects to the ImageCollection and when call the ImageCollection.Save method. Best regards, Alexander Dear Alex, The method you say which I can save the new file now (without using the TiffFile class). Thanks a lot. But the basic problem is still here. The "fi...
by bcdfbcdf1
Wed Feb 23, 2011 10:00 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: File in use
Replies: 7
Views: 12181

Re: File in use

You can create a VintasoftImage object from the acquired image, process image using methods of VintasoftImage object and add the VintasoftImage object to an image collection of image viewer (imageViewer1.Images.Add(...)). How can I use VintasoftImage object add pages ? When I use Tiff object , I ca...
by bcdfbcdf1
Mon Feb 14, 2011 4:46 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: File in use
Replies: 7
Views: 12181

Re: File in use

You want to acquire images from scanner and preview acquired images in the viewer. Am I right? -> Yes, acquire images from scanner and preview acquired images in the viewer Do you want to preview images when all images are acquired and saved to TIFF file or you want to preview images during scanning...
by bcdfbcdf1
Fri Feb 11, 2011 1:46 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: File in use
Replies: 7
Views: 12181

File in use

I'm using VintaSoftImaging.NET and VintaSoftTwain.NET in the WinForm program. The main target of the program is scanning the file and can handle simple imaging method (e.g. insert the image in the file , rotate the image , etc) For the image from the scanner , just save the file when the image acqui...