Search found 2 matches

by ljones
Wed Jun 17, 2009 3:22 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Getting error in setting image layout
Replies: 7
Views: 15376

Re: Getting error in setting image layout

Yes I am sure it is in inches, i set them to inches and then Got layout to see what the current size was during debug. VsTwain1.UnitOfMeasure = UnitOfMeasure.Inches Dim lay As String = VsTwain1.GetImageLayout() VsTwain1.SetImageLayout(0, 0, 3, 4) Can you link where i ought to download the new versio...
by ljones
Wed Jun 17, 2009 11:26 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Getting error in setting image layout
Replies: 7
Views: 15376

Re: Getting error in setting image layout

I too am getting the same error I presume the scanner does have capability to be able to do this since the error does not say "Capability is not supported." (as it does for set pagesize) - Here is the code at which it errors and the last few lines of my log file: VsTwain1.SetImageLayout(0,...