| Accusoft.ImagXpressSdk Namespace : ImageXPixelFormat Enumeration |
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum ImageXPixelFormat Inherits System.Enum
'Usage Dim instance As ImageXPixelFormat
[FlagsAttribute()] [SerializableAttribute()] public enum ImageXPixelFormat : System.Enum
[FlagsAttribute()] [SerializableAttribute()] __value public enum ImageXPixelFormat : public System.Enum
[FlagsAttribute()] [SerializableAttribute()] public enum class ImageXPixelFormat : public System.Enum
| Member | Value | Description |
|---|---|---|
| Alpha | 128 | Alpha channel. |
| Argb | 4096 | Alpha, red, green, blue byte order format. |
| BigEndian | 4 | Motorola byte order format. |
| Cmyk | 131072 | Cyan, yellow, magenta, black color format |
| ColorMapped | 65536 | 1-8 bit colormapped format. |
| Compressed | 1048576 | Compressed image format. |
| Dib | 1 | Device independent bitmap. |
| Gray | 32 | Grey scale image. |
| HighGray | 64 | DICOM Medical standard grey scale image format. |
| NoDibPad | 4194304 | DIB without padding. |
| NonInterleaved | 2097152 | Non-interleaved image format. |
| Raw | 2 | RAW image format. |
| Rgb | 256 | Red, Green, Blue byte order format. |
| Rgb555 | 1024 | RGB555 byte order format. |
| Rgb565 | 2048 | RGB565 byte order format. |
| Signed | 16 | Signed byte order format. |
| TopDown | 8 | Top down bitmap format. |
These values may be combined.
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.ImageXPixelFormat