C#
VB
C++
Indicates whether an item needs a preview control displayed to the user. For more information please refer to WIA_IPS_SHOW_PREVIEW_CONTROL property ID in Microsoft Windows SDK Documentation. This property is supported only by Windows Vista and later.
public enum WiaPreviewControlMode
Public Enum WiaPreviewControlMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class WiaPreviewControlMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | ShowPreview | (0x00000001)Show a preview control to the user, because this device can perform a preview. |
1 | DontShowPreview | Do not show a preview control to the user, because this device cannot perform a preview. |
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