Search found 2309 matches

by Alex
Fri Feb 10, 2012 4:55 pm
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 19801

Version 5.0.5.1 of VintaSoftImaging.NET SDK has been released.

Version 5.0.5.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Fixed bug in the image viewer - index of focused image is not changed after inserting image in the image collection of viewer. What's new in this version of VintaSoftPDF.NET Plug-in...
by Alex
Thu Feb 09, 2012 1:00 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: unsupported format Old JPEG (in TIFF)
Replies: 8
Views: 14562

Re: unsupported format Old JPEG (in TIFF)

Hello, Here is a snippet of code which shows how to load TIFF image with OldJPEG compression and read barcodes from the image: ' Important: You need Vintasoft.Barcode.dll, ' Vintasoft.Imaging.dll, ' to run this code. Public Shared Sub ReadBarcodesUsingImaging(ByVal filename As String) Dim images As ...
by Alex
Mon Feb 06, 2012 11:40 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: CustomAnnotation - don't want to select annot. after draw
Replies: 3
Views: 7337

Re: CustomAnnotation - don't want to select annot. after dra

Hello Jun,

It is the possible solution but not the best.

Why have you not used the SelectedAnnotation property?

Best regards, Alexander
by Alex
Fri Feb 03, 2012 10:28 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Hello,

Сode from previous post shows you how to get information about GPS metadata from JPEG file, further coding is your work as a programmer. :-)

Please contact our sales team at sales@vintasoft.com if you need custom programming.

Best regards, Alexander
by Alex
Thu Feb 02, 2012 8:16 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Hello, Here is a code of console application which shows sorted metadata of JPEG file: Imports System.IO Imports Vintasoft.Imaging.Codecs.Tiff Imports Vintasoft.Imaging.Codecs.Jpeg Module Module1 Sub Main() Using jpegStream As FileStream = New FileStream("..\..\053.jpg", FileMode.Open, Fil...
by Alex
Wed Feb 01, 2012 2:34 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Please send your JPEG file to support@vintasoft.com - we need to analyze it.

Best regards, Alexander
by Alex
Wed Feb 01, 2012 1:58 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

I have updated code of all examples in this topic.

Best regards, Alexander
by Alex
Wed Feb 01, 2012 1:52 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Since version 5.0.3 the JpegFile.Exif property was moved to JpegPage.Exif.

You should use this code:

Code: Select all

Dim exif As ExifData = jpeg.Page.Exif
Best regards, Alexander
by Alex
Wed Feb 01, 2012 1:00 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

Please send me full description of error.

Best regards, Alexander
by Alex
Wed Feb 01, 2012 12:01 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Reading Exif/GPS data from loaded image
Replies: 24
Views: 42101

Re: Reading Exif/GPS data from loaded image

:-)))

Please download VintaSoftImaging.NET SDK from our web site.

Best regards, Alexander