This document is archived and information here might be outdated.  Recommended version.


IPrinter.DriverName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPrinter.DriverName Property

The name of Windows Printer Driver.

[Visual Basic .NET]
Public ReadOnly Property DriverName As String
[C#]
public string DriverName {get;}
[C++]
HRESULT get_DriverName(
  BSTR* DriverName
);
[C++]

Parameters DriverName [out, retval] DriverName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPrinter Interface