Sends the appropriate reset command to the printer.
            
    Namespace: 
   ZSDK_API.PrinterAssembly: ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0
Syntax
| C# | 
|---|
void Reset()  | 
| Visual Basic (Declaration) | 
|---|
Sub Reset  | 
Remarks
            Note: You should call ZebraPrinterConnection.Close() after this method, as resetting the printer
            will terminate the connection.
            
Exceptions
| Exception | Condition | 
|---|---|
| ZSDK_API.ApiException..::.ZebraPrinterConnectionException | If an I/O error occurs. | 
| ZSDK_API.ApiException..::.ZebraGeneralException | If there is an issue writing to the printer. |