Lists all printers installed in Windows.

The value of the PrinterIndex property is the currently selected printer.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string Printers(
	int index
)
Public Shared Function Printers ( _
	index As Integer _
) As String
public:
static String^ Printers(
	int index
)

Parameters

index
Int32
The printer index.

Return Value

The printer name.

See Also