←Select platform

WiaItemTypeFlags Enumeration

Summary
Flags that specify the Microsoft Windows Image Acquisition (WIA) item type. For more information refer to WIA_IPA_ITEM_FLAGS property ID in Microsoft Windows SDK Documentation.

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum WiaItemTypeFlags 
[FlagsAttribute()] 
public enum class WiaItemTypeFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaItemTypeFlags(Enum): 
   Free = 0x00000000 
   Image = 0x00000001 
   File = 0x00000002 
   Folder = 0x00000004 
   Root = 0x00000008 
   Analyze = 0x00000010 
   Audio = 0x00000020 
   Device = 0x00000040 
   Deleted = 0x00000080 
   Disconnected = 0x00000100 
   HorizontalPanorama = 0x00000200 
   VerticalPanorama = 0x00000400 
   Burst = 0x00000800 
   Storage = 0x00001000 
   Transfer = 0x00002000 
   Generated = 0x00004000 
   HasAttachments = 0x00008000 
   Video = 0x00010000 
   Document = 0x00040000 
   ProgrammableDataSource = 0x00080000 
   Removed = 0x80000000 
   Mask = 0x800FFFFF 
Members
Value Member Description
0x00000000 Free WiaItemTypeFree
0x00000001 Image WiaItemTypeImage
0x00000002 File WiaItemTypeFile
0x00000004 Folder WiaItemTypeFolder
0x00000008 Root WiaItemTypeRoot
0x00000010 Analyze WiaItemTypeAnalyze
0x00000020 Audio WiaItemTypeAudio
0x00000040 Device WiaItemTypeDevice
0x00000080 Deleted WiaItemTypeDeleted
0x00000100 Disconnected WiaItemTypeDisconnected
0x00000200 HorizontalPanorama WiaItemTypeHPanorama
0x00000400 VerticalPanorama WiaItemTypeVPanorama
0x00000800 Burst WiaItemTypeBurst
0x00001000 Storage WiaItemTypeStorage
0x00002000 Transfer WiaItemTypeTransfer
0x00004000 Generated WiaItemTypeGenerated
0x00008000 HasAttachments WiaItemTypeHasAttachments
0x00010000 Video WiaItemTypeVideo
0x00040000 Document WiaItemTypeDocument
0x00080000 ProgrammableDataSource WiaItemTypeProgrammableDataSource
0x80000000 Removed WiaItemTypeRemoved
0x800FFFFF Mask WiaItemTypeMask
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

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

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.