| Visual Basic (Declaration) | |
|---|---|
Public Enum ProgressStatus Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ProgressStatus : Enum | |
| C++/CLI | |
|---|---|
public enum class ProgressStatus : public Enum | |
| Member | Description |
|---|---|
| Streaming | Downloading data from the JPIP server. |
| Idle | No data is being downloaded. |
| Completed | All image data has been downloaded from the JPIP server. |
| Disconnected | Not connected to the JPIP server. |
System.Object
System.ValueType
System.Enum
Leadtools.Jpip.Client.WinForms.ProgressStatus
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code