怎么获得打印机支持的分辨率列表
如何获得打印机支持的分辨率列表?
如题。 不要只给出一个函数名.谢谢!
------解决方案--------------------
直接读注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\(printer name)\DsDriver
读取 "printMaxResolutionSupported "值
或用EnumPrinterData依次读取所有设置,找 "printMaxResolutionSupported "的值
如题。 不要只给出一个函数名.谢谢!
------解决方案--------------------
直接读注册表HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\(printer name)\DsDriver
读取 "printMaxResolutionSupported "值
或用EnumPrinterData依次读取所有设置,找 "printMaxResolutionSupported "的值