I have a Kodak i1220 ADF scanner, which is reported to be TWAIN 2.0 compliant, However when attempting to use PageAutoSize, the scanner returns capability not supported, am I missing something? Here is the relevant code snippet.
'_device has previously been opened and initialized
If Combo_pagesize.SelectedIndex = 0 AndAlso _device.Info.IsTwain2Compatible = True Then 'automatic selected and device 2.0 compliant
_device.PageAutoSize = PageAutoSize.Auto
End If
