WiaImageType Enumeration

Summary

Flags used within the WiaProperties structure.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum WiaImageType 
  
<FlagsAttribute()> 
Public Enum WiaImageType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaImageType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0x00000000NoneWIA_INTENT_NONE
0x00000001ColorWIA_INTENT_IMAGE_TYPE_COLOR
0x00000002GrayscaleWIA_INTENT_IMAGE_TYPE_GRAYSCALE
0x00000004TextWIA_INTENT_IMAGE_TYPE_TEXT
0x0000000FMask(0x000F0000)WIA_INTENT_IMAGE_TYPE_MASK
0x00010000MinimizeSizeWIA_INTENT_MINIMIZE_SIZE
0x00020000MaximizeQualityWIA_INTENT_MAXIMIZE_QUALITY
0x00040000BestPreviewWIA_INTENT_BEST_PREVIEW
0x000F0000SizeMaskWIA_INTENT_SIZE_MASK

Example

Refer to WiaSession.GetRootItem

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly