The DecoderStatus Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Values that represent the connection status.| Visual Basic (Declaration) | |
|---|---|
Public Enum DecoderStatus Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DecoderStatus | |
| C# | |
|---|---|
public enum DecoderStatus : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class DecoderStatus : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Connected | Connection established with the JPIP server. |
| NotConnected | Not connected to the JPIP server. |
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.Client.InteractiveDecoder.DecoderStatus
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