C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the action to take regarding the load/save operation.
public enum CodecsPageEventCommand
Public Enum CodecsPageEventCommand
public enum CodecsPageEventCommand
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
Members
Value | Member | Description |
---|---|---|
0 | Continue | Continue normally. |
1 | Skip | Skip the current page. |
2 | Stop | Abort the process. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET