| Visual Basic (Declaration) | |
|---|---|
Public Enum CodecsPageEventCommand Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsPageEventCommand | |
| C# | |
|---|---|
public enum CodecsPageEventCommand : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CodecsPageEventCommand : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Continue | Continue normally. |
| Skip | Skip the current page. |
| Stop | Abort the process. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsPageEventCommand
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code