VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
But I need to do the image processing include rotate the image, merge the new scan file into the exist image file, delete some pages in the file, etc.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(...)).
Is the Bitmap can handle those image operation?
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 ?
Hello,
You can add VintasoftImage objects to the ImageCollection and when call the ImageCollection.Save method.
Best regards, Alexander