The EventState Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Provides information about the current JobEvent state.| Visual Basic (Declaration) | |
|---|---|
Public Enum EventState Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EventState | |
| C# | |
|---|---|
public enum EventState : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class EventState : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| JobEnd | The print job being ended. |
| JobStart | The print job being started. |
Refer to Printer.Specifications example.
System.Object
System.ValueType
System.Enum
Leadtools.Printer.EventState
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code