Merge pull request #62 from rosswc-tempe/fix-duplicate-enum-values

Fix duplicate values in SupportedSize enum
This commit is contained in:
Eugene Wang 2024-07-12 08:01:28 -04:00 committed by GitHub
commit bf2bd6d029
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1103,7 +1103,7 @@ namespace NTwain.Data
IsoB5 = 29,
IsoB7 = 30,
IsoB8 = 31,
IsoB9 = 31,
IsoB9 = 32,
IsoB10 = 33,
JisB0 = 34,
JisB1 = 35,