autECLPrinterSettings Class

The autECLPrinterSettings object controls the Printer Settings of a Z and I Emulator for Windows connection. Its name in the registry is ZIEWin.autECLPrinterSettings. This automation object can also be used in VB scripts.

The read-only property autECLPrinterSettings has been added to the autECLSession object. See autECLSession Class for information about how to use this property.

Note: The autECLPrinterSettings object in the autECLSession object is set by the autECLSession object.

The following example shows how to create and set the autECLPrinterSettings object in Visual Basic.

DIM PrSet as Object
Set PrSet = CreateObject("ZIEWin.autECLPrinterSettings")
PrSet.SetConnectionByName("A")