'Declaration Public Enum PlanarConfiguration Inherits System.Enum
public enum PlanarConfiguration : System.Enum
__value public enum PlanarConfiguration : public System.Enum
public enum class PlanarConfiguration : public System.Enum
'Declaration Public Enum PlanarConfiguration Inherits System.Enum
public enum PlanarConfiguration : System.Enum
__value public enum PlanarConfiguration : public System.Enum
public enum class PlanarConfiguration : public System.Enum
Member | Description |
---|---|
Contig | Chunky format. The component values for each pixel are stored contiguously. |
Planar | Planar format. The components are stored in separate "component planes". |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Codecs.ImageFiles.Tiff.PlanarConfiguration
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5