Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsPageEventCommand Enumeration








Indicates the action to take regarding the load/save operation.
Syntax
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  
Members
ValueMemberDescription
0ContinueContinue normally.
1Skip Skip the current page.
2StopAbort the process.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPageEventCommand

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file