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


IPrinter.DriverName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrinter Interface > IPrinter.DriverName Property
ArcGIS Developer Help

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(
  System.String* 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