Search found 2305 matches

by Alex
Thu Sep 12, 2013 11:33 am
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14131

Version 6.1.19.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.19.1 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftPDF.NET Plug-in:
  • Fixed the bug in rendering of PDF page.
  • Fixed the bug in parsing of PDF document with non standard STARTXREF.
by Alex
Wed Sep 04, 2013 2:19 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: BarcodeWriter Settings
Replies: 1
Views: 7264

Re: BarcodeWriter Settings

Hello,

Bar width can be set with the WriterSettings.MinWidth property.

Please read more info in on-line documentation of the product:
http://www.vintasoft.com/docs/vsbarcode-dotnet/

Best regards, Alexander
by Alex
Fri Aug 30, 2013 8:08 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features request for version 7.0 of VintaSoftAnnotation.
Replies: 6
Views: 6527

Re: New features request for version 7.0 of VintaSoftAnnotat

Hello,
maggarwal wrote:
We plan to release version 7.0 of VintaSoftImaging.NET SDK at the end of June.
When will this be released?
Version 7.0 of VintaSoftImaging.NET SDK will be released next week.

Best regards, Alexander
by Alex
Thu Aug 29, 2013 10:34 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: PdfDocumentInfo.Subject is not stored in the document
Replies: 3
Views: 4014

Re: PdfDocumentInfo.Subject is not stored in the document

Hello Michael,

Big is fixed in version 8.3.5.1.

Best regards, Alexander
by Alex
Thu Aug 29, 2013 10:33 am
Forum: Announcements
Topic: Version 8.3 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 4837

Version 8.3.5.1 of VintaSoftTwain.NET SDK has been released.

Version 8.3.5.1 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Fixed the bug in PDF encoder.
by Alex
Wed Aug 28, 2013 9:34 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: PdfDocumentInfo.Subject is not stored in the document
Replies: 3
Views: 4014

Re: PdfDocumentInfo.Subject is not stored in the document

Hello Michael,

Unfortunately, this is a bug. Version with bug fix will be available tomorrow.

Best regards, Alexander
by Alex
Wed Aug 28, 2013 9:33 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Question to solve exception "Capability is not supported"
Replies: 2
Views: 3358

Re: Question to solve exception "Capability is not supported

Hello Michael,

You need check supported page sizes using the Device.GetSupportedPageSizes method before setting value of the PageSize property.

Best regards, Alexander
by Alex
Thu Aug 22, 2013 10:48 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: web scan - Device manager error
Replies: 4
Views: 4273

Re: web scan - Device manager error

Hello Jorge,

Please read this article:
http://www.vintasoft.com/docs/vstwain-d ... ebApp.html

and let me know if you will have any question or problem.

Best regards, Alexander
by Alex
Fri Aug 16, 2013 3:31 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftImaging.NET SDK has been released.
Replies: 25
Views: 14131

Version 6.1.18.1 of VintaSoftImaging.NET SDK has been released.

Version 6.1.18.1 of VintaSoftImaging.NET SDK has been released.


What's new in this version of VintaSoftImaging.NET SDK:
  • Fixed not critical bug in image renderer.
  • In ThumbnailViewerDemo added code that shows how to add the CheckBox under thumbnail in the thumbnail viewer.
by Alex
Wed Aug 14, 2013 8:52 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Acquire more than one page - with user-interaction
Replies: 3
Views: 3481

Re: Acquire more than one page - with user-interaction

Hello Michael, Your algorithm should do the following steps: Start an image acquisition Show a user dialog when image is acquired Cancel OR finish image acquisition if user does not want to acquire more images Start new image acquisition process OR continue current image acquisition process if user ...