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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.