ArcObjects Library Reference (Carto)  

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