C#
VB
C++
Contains image data packing options. For more information, please refer to the WIA_IPA_PLANAR property ID in the Microsoft Windows SDK Documentation. This property is not supported in Windows Vista and later.
public enum WiaItemPlanarMode
Public Enum WiaItemPlanarMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaItemPlanarMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | PackedPixel | Image data is in packed-pixel format. |
1 | Planar | Image data is in planar format. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET