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

Show in webframe

CodecsPlanarConfiguration Enumeration








Indicates the planar configuration of the image data.
Syntax
public enum CodecsPlanarConfiguration : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum CodecsPlanarConfiguration 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsPlanarConfiguration
public enum CodecsPlanarConfiguration : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTCodecsPlanarConfiguration)
public enum CodecsPlanarConfiguration
Leadtools.Codecs.CodecsPlanarConfiguration = function() { };
Leadtools.Codecs.CodecsPlanarConfiguration.prototype = {<br/>
  Chunky = 1,
	PlanarFormat = 2,
	
 };
public enum class CodecsPlanarConfiguration : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
1ChunkyChunky
2PlanarFormatPlanar format
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsPlanarConfiguration

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file