Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaSuppressPropertyPageMode
C# 
public enum WiaSuppressPropertyPageMode : Enum 
C++/CLI 
public enum class WiaSuppressPropertyPageMode : public Enum 

Members

MemberDescription
CameraItemGeneral Suppress the general item property page for a camera (not valid with Windows Vista and later).
ScannerItemGeneral Suppress 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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also