mirror of
https://github.com/soukoku/ntwain.git
synced 2026-01-26 13:39:47 +08:00
Update language encoding after certain calls.
This commit is contained in:
@@ -41,6 +41,8 @@ namespace WinFormSample
|
||||
var caps = twain.GetAllCaps();
|
||||
foreach (var c in caps)
|
||||
listCaps.Items.Add(c);
|
||||
|
||||
var sts = twain.GetCapLabel(CAP.ICAP_XRESOLUTION, out string? test);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user