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

Show in webframe

CodecsPageEventState Enumeration








Indicates the state of the page load/save process.
Syntax
'Declaration
 
Public Enum CodecsPageEventState 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsPageEventState
public enum CodecsPageEventState : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTCodecsPageEventState)
public enum CodecsPageEventState
Leadtools.Codecs.CodecsPageEventState = function() { };
Leadtools.Codecs.CodecsPageEventState.prototype = {<br/>
  Before = 0,
	After = 1,
	
 };
public enum class CodecsPageEventState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0BeforeThe page is about to be processed.
1AfterThe page has been processed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPageEventState

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file