| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaSuppressPropertyPageMode Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum WiaSuppressPropertyPageMode : Enum | |
| C++/CLI | |
|---|---|
public enum class WiaSuppressPropertyPageMode : public Enum | |
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaSuppressPropertyPageMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code