Hi,
Im needing to change quality of printing...
I have this code:
Dim pkResolution As PrinterResolution
For Each pkResolution In printDoc.PrinterSettings.PrinterResolutions
comboPrintResolution.Items.Add(pkResolution)
Next
This is only part of this code ...
Id like to know why printDoc.PrinterSettings.PrinterResolutions.Count always is 0 and how change this. What I doing wrong...
Thanks...
Im needing to change quality of printing...
I have this code:
Dim pkResolution As PrinterResolution
For Each pkResolution In printDoc.PrinterSettings.PrinterResolutions
comboPrintResolution.Items.Add(pkResolution)
Next
This is only part of this code ...
Id like to know why printDoc.PrinterSettings.PrinterResolutions.Count always is 0 and how change this. What I doing wrong...
Thanks...