This document is archived and information here might be outdated. Recommended version. |
This will try to autoselect best possible driver using given printer's driver name.Fails if driver is not supported.
[Visual Basic .NET]
Public Sub AutoSelectDriverByName ( _
ByVal strPrinterName As String _
)
[C#]
public void AutoSelectDriverByName (
string strPrinterName
);