Probably an offbeat question.
I am writing a program in Visual Basic.NET. The recommended way to determine if a printer has duplex capabilities is to check the following value
pd.PrinterSettings.CanDuplex
which should return TRUE if the printer can duplex print, or FALSE if not. Unfortunately I am getting a value of FALSE when checking the printer properties. When accessing the printer using any commercial software, such as MS Office applications or Adobe Acrobat, no problems with duplex printing, so I suspect that this code will not work with the printer/driver as shown. The printer is on a local network, not directly connected to the PC.
Thoughts?
I am writing a program in Visual Basic.NET. The recommended way to determine if a printer has duplex capabilities is to check the following value
pd.PrinterSettings.CanDuplex
which should return TRUE if the printer can duplex print, or FALSE if not. Unfortunately I am getting a value of FALSE when checking the printer properties. When accessing the printer using any commercial software, such as MS Office applications or Adobe Acrobat, no problems with duplex printing, so I suspect that this code will not work with the printer/driver as shown. The printer is on a local network, not directly connected to the PC.
Thoughts?