•  
  •  
  •  
 

Search

You searched for the word(s):
< 1 second(s)
  • Re: Licenses file entries

    Any help on this?
    Posted to DotImage Discussions (Forum) by siva on November 30, 2009
  • Licenses file entries

    I am using atalasoft.dotimage, atalasoft.dotimage.lib, atalasoft.dotimage.pdf, atalasoft.dotimage.wincontrols, atalasoft.dotimage.wpf, atalasoft.dottwain, atalasoft.pdfdoc and atalasoft.shared libraries in my application. I included the .licx file with Atalasoft.Imaging.AtalaImage, Atalasoft.dotImage Atalasoft.Imaging.Wpf.AtalaImageViewer, ...
    Posted to DotImage Discussions (Forum) by siva on November 20, 2009
  • Problem with DisplayProgressIndicator

    Hi all, I have a custom window which displays the preview of scanned image after imageAcquired event. The image will be updated with new image if there are multiple files to be scanned. Everything is working fine but this is showing the default Progress Indicator given with the scanner on the top of my preview saying 'Scanning document 1..'. I ...
    Posted to DotTwain Discussions (Forum) by siva on October 14, 2009
  • Re: CropCommand not working in ImageAcquired event

    Thank you for your reply. I tried with the given snippets. But still i am not getting the cropped images after the function call. Everything is working fine.. except imagecropping. I dont get any exceptions also the methods are working as expected. Surprisingly the same code will work if I call from AquisionFinished event. All I am doing is ...
    Posted to DotTwain Discussions (Forum) by siva on October 14, 2009
  • suggest the Best Control

    Hi Team, I am developing a WPF application, with which user can scan documents and can apply image manipulations like Crop, deskew and Rotate. In this process I have to show the preview of the scanned document. I am using WPF Image control to show the image. But I feel i am doing unnecessary conversions between bitmapsource and atalaimage. Each ...
    Posted to DotImage Discussions (Forum) by siva on October 3, 2009
  • CropCommand not working in ImageAcquired event

    Hi, This problem may look easy but i have spent so much time on this. I am scanning some documents and trying to apply AutoCropCommand on the image acquired. My code is as follows: void acquisition_ImageAcquired(object sender, AcquireEventArgs e){ AtalaImage atalaImage = AtalaImage.FromBitmap(e.Image); BitmapSource image = ...
    Posted to DotTwain Discussions (Forum) by siva on October 2, 2009
  • Re: How to bind AtalaImage to WPF Image Control?

    Thanks for the help!!! I have missed the wpf namespace in my project. I have added that and everything is working as expected.&nbsp;
    Posted to DotImage Discussions (Forum) by siva on July 30, 2009
  • Re: How to rotate an Image?

    Hi, Thank you for your quick reply. I have checked the demoImage source code and there WorkspaceViewer has been used to display the images. But still I haven't found any sample on the net to rotate an atalaImage. Can you please post some sample code here or give me some link, sothat I can rotate my atalaImage. Thanks, Siva.
    Posted to DotImage Discussions (Forum) by siva on July 30, 2009
  • How to rotate an Image?

    Hi, I have searched for some sample code to rotate an Image using atalasoft, But I haven't found any!&nbsp; I need to rotate through multiples of 90 only. I have the Image in BitmapImage format and need to store the image as a tiff after rotation. Please Can someone post a sample code to rotate an Image and save that one to ...
    Posted to DotImage Discussions (Forum) by siva on July 29, 2009
  • How to bind AtalaImage to WPF Image Control?

    Hi, I am scanning a set of documents and displaying those as thumbnails through WPF Image Control. To do this, I am Converting the Bitmap coming from Acquisition ImageAcquired event as follows. Bitmap -&gt; AtalaImage -&gt; ByteArray -&gt; BitmapImage. I am binding a list of BitmapImage to the WPF DataTemplate with Image control. I dont want ...
    Posted to DotImage Discussions (Forum) by siva on July 29, 2009