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

Show in webframe

CodecsDecompressDataFlags Enumeration








Indicates the state of the decompression engine.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum CodecsDecompressDataFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsDecompressDataFlags
[FlagsAttribute()]
public enum CodecsDecompressDataFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTCodecsDecompressDataFlags)
public enum CodecsDecompressDataFlags
Leadtools.Codecs.CodecsDecompressDataFlags = function() { };
Leadtools.Codecs.CodecsDecompressDataFlags.prototype = {<br/>
  None = 0x00000000,
	Start = 0x00000001,
	End = 0x00000002,
	Complete = 0x00000003,
	
 };
[FlagsAttribute()]
public enum class CodecsDecompressDataFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None Undefined.
0x00000001Start Started.
0x00000002End Stopped.
0x00000003Complete (Start | End)Completed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsDecompressDataFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file