soukoku / ntwain

A TWAIN lib for dotnet.
MIT License
119 stars 49 forks source link

Fix duplicate values in SupportedSize enum #62

Closed rosswc-tempe closed 2 months ago

rosswc-tempe commented 2 months ago

Both IsoB8 and IsoB9 SupportedSizes were set to 31. Updated IsoB9 to 32 to match the TWAIN spec.