←Select platform

EventState Enumeration

Summary

Provides information about the current JobEvent state.

Syntax

C#
VB
C++
public enum EventState 
  
Public Enum EventState  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class EventState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
1JobStartThe print job being started.
2JobEndThe print job being ended.
Example

Refer to Printer.Specifications example.

Requirements

Target Platforms

See Also

Reference

Leadtools.Printer Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly