| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaImageType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaImageType : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaImageType : public Enum | |
| Member | Description |
|---|---|
| None | WIA_INTENT_NONE |
| Color | WIA_INTENT_IMAGE_TYPE_COLOR |
| Grayscale | WIA_INTENT_IMAGE_TYPE_GRAYSCALE |
| Text | WIA_INTENT_IMAGE_TYPE_TEXT |
| Mask | WIA_INTENT_IMAGE_TYPE_MASK |
| MinimizeSize | WIA_INTENT_MINIMIZE_SIZE |
| MaximizeQuality | WIA_INTENT_MAXIMIZE_QUALITY |
| SizeMask | WIA_INTENT_SIZE_MASK |
| BestPreview | WIA_INTENT_BEST_PREVIEW |
Refer to WiaSession.GetRootItem
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaImageType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code