This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrinter Interface > IPrinter.DoesDriverSupportPrinter Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* supported
);
[C++]
Parameters PrinterName [in] PrinterName is a parameter of type BSTR supported [out, retval] supported is a parameter of type VARIANT_BOOL