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



Specifies whether to suppress the general property pages for items on the device. For more information please refer to WIA_IPA_SUPPRESS_PROPERTY_PAGE property ID in Microsoft Windows SDK Documentation.

Syntax

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

Members

MemberDescription
CameraItemGeneralSuppress the general item property page for a camera (not valid with Windows Vista and later).
ScannerItemGeneralSuppress the general item property page for a scanner.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaSuppressPropertyPageMode

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