Search found 2 matches

by paolozan
Thu Jul 26, 2012 10:28 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Image extraction from pdf (BarCode reader 6.1.2.1)
Replies: 1
Views: 4619

Image extraction from pdf (BarCode reader 6.1.2.1)

Good day. I'm trying to detect a barcode inside a pdf (1.5 version) document. In the code fragment below, the call GetImageNames give me the exception: "Object is not found" and "Data = {System.Collections.ListDictionaryInternal}". What's wrong ? Thank you. try { Pdf = new Vintas...
by paolozan
Tue Jun 22, 2010 10:06 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Exception with PdfViewer
Replies: 1
Views: 7256

Exception with PdfViewer

Good day. I'm evaluating the latest version of the barcode library with Vs2010 but, I have this exception: ObjectDisposedException crossed a native/managed boundary - Cannot access a closed stream in the line ImgPdf = Pdf.GetImage(0, TmpNomiImmagini[0]); this is my code: Image ImgPdf = null; if (Pat...