Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i want to change ICapOrientation. but it works only firt time. I need hepl #63

Open
hubankonglongwangyu opened this issue Sep 23, 2024 · 1 comment

Comments

@hubankonglongwangyu
Copy link

private void cAcquire()
{

 if (_twain.State == 4)
 {

_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?

@soukoku
Copy link
Owner

soukoku commented Sep 23, 2024

If it's getting reset after a single transfer then maybe set it again during one of the transfer events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants