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


IPrintAndExport.PrinterNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPrintAndExport Interface > IPrintAndExport.PrinterNames Property
ArcGIS Developer Help

IPrintAndExport.PrinterNames Property

The names of available printers.

[Visual Basic .NET]
Public ReadOnly Property PrinterNames As IEnumBSTR
[C#]
public IEnumBSTR PrinterNames {get;}
[C++]
HRESULT get_PrinterNames(
  IEnumBSTR** PrinterNames
);
[C++]
Parameters
PrinterNames [out, retval]

PrinterNames is a parameter of type IEnumBSTR**

Product Availability

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

See Also

IPrintAndExport Interface