LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaPreviewControlMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaPreviewControlMode Enumeration



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.

Syntax

Visual Basic (Declaration) 
Public Enum WiaPreviewControlMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaPreviewControlMode
C# 
public enum WiaPreviewControlMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaPreviewControlMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
DontShowPreviewDo not show a preview control to the user, because this device cannot perform a preview.
ShowPreviewShow a preview control to the user, because this device can perform a preview.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaPreviewControlMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also