Search found 2320 matches

by Alex
Mon May 13, 2013 3:33 pm
Forum: Announcements
Topic: Version 8.3 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 4951

Version 8.3.4.1 of VintaSoftTwain.NET SDK has been released.

Version 8.3.4.1 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Optimized the usage of device capabilities.
by Alex
Tue May 07, 2013 2:39 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features request for version 7.0 of VintaSoftAnnotation.
Replies: 6
Views: 6719

Re: New features request for version 7.0 of VintaSoftAnnotat

Hello Steve, Any timeframe on when v7.0 will be released? We plan to release version 7.0 of VintaSoftImaging.NET SDK at the end of June. And will the WPF be a separate charge/control from the WINFORM control? VintaSoftImaging.NET SDK will have the same licensing model like VintaSoftBarcode.NET SDK. ...
by Alex
Tue May 07, 2013 2:18 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14735

Version 6.1.12.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.12.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Now the InvertCommand class inverts image data, previous version inverted the image palette and did not change the image data. InvertCommand class now can process region of the bla...
by Alex
Fri May 03, 2013 9:16 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Bad protocol error on device.open
Replies: 1
Views: 4962

Re: Bad protocol error on device.open

Hello, Please generate log-file and send it to our support team at support@vintasoft.com for analyze. Here are steps which you should do if you want to generate an extended log-file of scanner's work: 1. Enable logging (add the lines below to code of your application): TwainEnvironment.EnableDebuggi...
by Alex
Thu Apr 18, 2013 6:15 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: ImageViewer and ThumbnailViewer in UserControl
Replies: 2
Views: 5205

Re: ImageViewer and ThumbnailViewer in UserControl

Hello Sebastian,

Please send your message about licensing to our support team at support@vintasoft.com or create new ticket in our support desk at https://www.vintasoft.com/support/

Best regards, Alexander
by Alex
Wed Apr 17, 2013 10:45 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Editor select text
Replies: 3
Views: 6690

Re: PDF Editor select text

Hello, I think you use wrong coordinates of rectangle when you fill the rectangle on PDF page. Please read the "Programming => Document and Image Formats => PDF => Overview => Drawing graphics on PDF page" article in the documentation: http://www.vintasoft.com/docs/vsimaging-dotnet/ for in...
by Alex
Mon Apr 15, 2013 1:23 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Add background image / watermark to existing PDF documents
Replies: 3
Views: 6182

Re: Add background image / watermark to existing PDF documen

Hello Sebastian,

Please read the "Programming => Document and Image Formats => PDF => Overview => Drawing graphics on PDF page" article in the documentation:
http://www.vintasoft.com/docs/vsimaging-dotnet/

Best regards, Alexander
by Alex
Mon Apr 15, 2013 9:40 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Editor select text
Replies: 3
Views: 6690

Re: PDF Editor select text

Hello,

Please read how to extract text from a particular area of PDF page here:
viewtopic.php?f=20&t=1988

Best regards, Alexander
by Alex
Fri Apr 12, 2013 6:36 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Add background image / watermark to existing PDF documents
Replies: 3
Views: 6182

Re: Add background image / watermark to existing PDF documen

Hello Sebastian,

I think you should annotate PDF document. Is it not suitable for you?

Best regards, Alexander
by Alex
Fri Apr 12, 2013 6:33 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: VisualTools
Replies: 7
Views: 8655

Re: VisualTools

CompositeVisualTool class and the IRectangularInteractiveObject Interface are different things. Visual tool is a tool which allow to draw something on the image viewer without changing the image loaded in image viewer. Composite visual tool is visual tool which can be used for combining functionalit...