Setting scanner device property constants (WIA)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have an arbitrary question regarding WIA Property Constants. I`ve worked through numerous examples where these constants get set, but I don't fully understand HOW it is really set. If you simply declare "private const int WIA_DPS_HORIZONTAL_BED_SIZE = 500" in your code, does this set the actual property by just declaring it like that?