You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_twain.CurrentSource.Capabilities.ICapOrientation.SetValue(OrientationType.Portrait);
}
}
I change it(OrientationType) and when my first scan, it works. But the next time I scan, it still doesn't work. give me a little help?
The text was updated successfully, but these errors were encountered:
private void cAcquire()
{
_twain.CurrentSource.Capabilities.ICapOrientation.SetValue(OrientationType.Portrait);
}
}
I change it(OrientationType) and when my first scan, it works. But the next time I scan, it still doesn't work. give me a little help?
The text was updated successfully, but these errors were encountered: