| Leadtools.Codecs Namespace : CodecsPageEventCommand Enumeration |
public enum CodecsPageEventCommand : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsPageEventCommand Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsPageEventCommand
public enum CodecsPageEventCommand : System.IComparable, System.IConvertible, System.IFormattable
typedef enum LTCodecsPageEventCommand LTCodecsPageEventCommand;
public enum CodecsPageEventCommand
Leadtools.Codecs.CodecsPageEventCommand = function() { };
Leadtools.Codecs.CodecsPageEventCommand.prototype = {
Continue = 0,
Stop = 2,
Skip = 2,
};
public enum class CodecsPageEventCommand : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0 | Continue | Continue normally. ![]() ![]() ![]() |
| 2 | Stop | Abort the process. ![]() ![]() ![]() |
| 2 | Skip | Skip the current page. ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsPageEventCommand