Answered by:
V4 Printer Driver - Device Settings?

Question
-
Hi,
Is it possible to provide a custom UI for Device Settings in a V4 printer driver? Something equivalent to DrvDevicePropertySheets in the V3 driver. I've been reading through the online documentation and whitepapers and can't find any mention of device settings - I'm sure I've missed it.
Thanks
Thursday, March 21, 2013 11:39 PM
Answers
-
V4 print drivers cannot modify the printer properties UI. You could build a Windows Store device app which reads the state of the installable options and shows the user what their device looks like in its current configuration, however, the API does not support modifying that state from a Windows Store device app.
In general, we expect that devices support autoconfiguration so that users don't have to configure the state of their devices. Please see the following links for more context on how to implement autoconfiguration:
- Proposed as answer by Justin Hutchings [MSFT] Tuesday, April 2, 2013 5:01 PM
- Marked as answer by Eric Hanson-MSFTModerator Tuesday, April 2, 2013 10:26 PM
Tuesday, April 2, 2013 5:01 PM
All replies
-
Hi sylswh,
I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
Thank you for your understanding and support.Min Zhu
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Friday, March 22, 2013 3:02 AMModerator -
Hi Sylswh,
I'm looking in to this issue now and it will help if you can let me know what customization options do you want to provide with this custom UI.
On a different note, have you already looked at this? - http://msdn.microsoft.com/en-us/library/windows/hardware/br259129.aspx
Ashish Sahu [MSFT]
Monday, March 25, 2013 2:13 PM -
Hi Ashish,
Thanks, yep I've read through the device app whitepaper. The UI we'd liek to customise is the Device Settings tab on the Desktop when you go to Devices & Printers -> Printer Properties to include a picture of the device (to reflect its current configuration e.g. finisher units) as well as allowing the user to manually set the configuration of the device.
Thanks
Tuesday, March 26, 2013 12:26 AM -
I am looking into this.
Best Wishes - Eric
This posting is provided "AS IS" with no warranties, and confers no rights.
Tuesday, April 2, 2013 1:27 AMModerator -
V4 print drivers cannot modify the printer properties UI. You could build a Windows Store device app which reads the state of the installable options and shows the user what their device looks like in its current configuration, however, the API does not support modifying that state from a Windows Store device app.
In general, we expect that devices support autoconfiguration so that users don't have to configure the state of their devices. Please see the following links for more context on how to implement autoconfiguration:
- Proposed as answer by Justin Hutchings [MSFT] Tuesday, April 2, 2013 5:01 PM
- Marked as answer by Eric Hanson-MSFTModerator Tuesday, April 2, 2013 10:26 PM
Tuesday, April 2, 2013 5:01 PM -
Thanks Justin. That was the vibe I got from reading the documentation, thanks for confirming this.Tuesday, April 2, 2013 11:16 PM