'Declaration Public Enum WiaScanPlanar Inherits System.Enum
public enum WiaScanPlanar : System.Enum
__value public enum WiaScanPlanar : public System.Enum
public enum class WiaScanPlanar : public System.Enum
| Member | Description |
|---|---|
| PackedChunky | Packed chunky. All color channels of one pixel follow one another in memory. Example (RGB): R1 G1 B1 R2 G2 B2 R3 G3 B3... |
| PackedPlanar | Packed planar. The image is divided into planes. First comes the byte array for the Red channel of the entire image, then for Green, then for Blue. Example (RGB): [R1 R2 R3...] [G1 G2 G3...] [B1 B2 B3...] |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.WiaImageScanning.WiaScanPlanar
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5