I am very new to Qt and right now we are developing an application that is using the TWAIN library to control a scanner.
By default, we assumed that the DPI setting of the scanner is set to 300. However, if by chance, the user manually sets the scanner's DPI to 600 in the device settings, our application has to adjust accordingly.
Is there any way to know the DPI setting of the scanner internally through TWAIN? Like know what DPI setting is currently chosen.