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

Show in webframe

CodecsStartDecompressDataType Enumeration








Indicates the data format.
Syntax
public enum CodecsStartDecompressDataType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum CodecsStartDecompressDataType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsStartDecompressDataType
public enum CodecsStartDecompressDataType : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTCodecsStartDecompressDataType)
public enum CodecsStartDecompressDataType
Leadtools.Codecs.CodecsStartDecompressDataType = function() { };
Leadtools.Codecs.CodecsStartDecompressDataType.prototype = {<br/>
  Strips = 0,
	Tiles = 1,
	
 };
public enum class CodecsStartDecompressDataType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0StripsData is in strips.
1TilesData is in tiles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsStartDecompressDataType

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file