Specifies which printer listed in the Printers property is the currently selected printer.

To select the default printer, set the value of PrinterIndex to -1.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int PrinterIndex { get; set; }
Public Shared Property PrinterIndex As Integer
	Get
	Set
public:
static property int PrinterIndex {
	int get ();
	void set (int value);
}

See Also