PrinterAlertOnClear Property 
             | 
          
        
         
            Return alert will be triggered on 'clear'.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax[JsonPropertyAttribute("onClear")]
public bool OnClear { get; set; }<JsonPropertyAttribute("onClear")>
Public Property OnClear As Boolean
	Get
	Setpublic:
[JsonPropertyAttribute(L"onClear")]
property bool OnClear {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also