G
Guest
Hell
In my windows application I need to save runtime printer settings to an XML file when it is shutting down
The next time the application starts I restore them
Now there is one big problem
I am not able to restore the last used values in the following cases
PrinterResolution.X and PrinterResolution.Y when PrinterResolutionKind = Custo
PaperSource.Name if PaperSourceKind = Custo
Why
PaperSource and PrinterSetting constructors are Interna
PrinterResolution.X, PrinterResolution.Y and PaperSource.Name are ReadOnly propertie
Do you have a solution/workaround for this shortcoming
In my windows application I need to save runtime printer settings to an XML file when it is shutting down
The next time the application starts I restore them
Now there is one big problem
I am not able to restore the last used values in the following cases
PrinterResolution.X and PrinterResolution.Y when PrinterResolutionKind = Custo
PaperSource.Name if PaperSourceKind = Custo
Why
PaperSource and PrinterSetting constructors are Interna
PrinterResolution.X, PrinterResolution.Y and PaperSource.Name are ReadOnly propertie
Do you have a solution/workaround for this shortcoming