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


IPrinter.DoesDriverSupportPrinter Method (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.DoesDriverSupportPrinter Method
ArcGIS Developer Help

IPrinter.DoesDriverSupportPrinter Method

Indicates if the Printer Name passed into function is supported by the IPrinter Driver.

[Visual Basic .NET]
Public Function DoesDriverSupportPrinter ( _
    ByVal PrinterName As String _
) As Boolean
[C#]
public bool DoesDriverSupportPrinter (
    string PrinterName
);
[C++]
HRESULT DoesDriverSupportPrinter(
  BSTR PrinterName
);
[C++]
Parameters
PrinterName [in]

PrinterName is a parameter of type BSTR

Product Availability

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

See Also

IPrinter Interface