VintaSoft Twain .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.
Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions
....
.....
bool pageSizeIsSupported = true;
try
{
var x = _device.GetSupportedPageSizes();
}
catch (TwainDeviceCapabilityException)
{
pageSizeIsSupported = false;
}
.....
.....
...
And after this try/catch-block, I set my properties or don't set the pageSize-property.