Search found 3 matches

by aitSteve
Fri Nov 20, 2009 5:34 pm
Forum: Example requests & Code samples
Topic: sql image column
Replies: 1
Views: 1981

Re: sql image column

FYI--In case someone else needs this code Dim myDBbyte() As Byte = kvp.imagePic.ToArray Dim myDBpic As Integer = oGdPic.CreateGdPictureImageFromByteArray(myDBbyte.ToArray) oGdPic.PdfAddGdPictureImageToPdfOCR(PdfID, myDBpic, _ TesseractDictionary.TesseractDictionaryEnglish, _ "C:Program FilesGdP...
by aitSteve
Fri Nov 20, 2009 5:17 pm
Forum: Example requests & Code samples
Topic: sql image column
Replies: 1
Views: 1981

sql image column

I have the image saved in a sql image column. Now I want to use that image input into the pdf process. How do I convert the linq.binary column to integer for the following: Dim myCol = From myImgs In myImgConn.docpics _ Where myImgs.imageDocID.Contains(myPolicy) _ Select New myDBImg With { _ .imageD...
by aitSteve
Mon Nov 09, 2009 6:48 pm
Forum: TWAIN & WIA Acquisition
Topic: Twain adquision via web
Replies: 3
Views: 3474

Re: Twain adquision via web

I am attempting the same thing. Did you ever get the solution? If so could you provide an example?