|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
| 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 NS_ENUM(NSInteger, LTCodecsPageEventCommand)
public enum CodecsPageEventCommand
Leadtools.Codecs.CodecsPageEventCommand = function() { };
Leadtools.Codecs.CodecsPageEventCommand.prototype = {<br/>
Continue = 0,
Skip = 1,
Stop = 2,
};
public enum class CodecsPageEventCommand : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0 | Continue | Continue normally. ![]() ![]() ![]() ![]() |
| 1 | Skip | Skip the current page. ![]() ![]() ![]() ![]() |
| 2 | Stop | Abort the process. ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsPageEventCommand