LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaItemTypeFlags Enumeration
See Also  
Leadtools.Wia Namespace : WiaItemTypeFlags Enumeration



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

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum WiaItemTypeFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaItemTypeFlags
C# 
[FlagsAttribute()]
public enum WiaItemTypeFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class WiaItemTypeFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AnalyzeWiaItemTypeAnalyze
AudioWiaItemTypeAudio
BurstWiaItemTypeBurst
DeletedWiaItemTypeDeleted
DeviceWiaItemTypeDevice
DisconnectedWiaItemTypeDisconnected
DocumentWiaItemTypeDocument
FileWiaItemTypeFile
FolderWiaItemTypeFolder
FreeWiaItemTypeFree
GeneratedWiaItemTypeGenerated
HasAttachmentsWiaItemTypeHasAttachments
HorizontalPanoramaWiaItemTypeHPanorama
ImageWiaItemTypeImage
MaskWiaItemTypeMask
ProgrammableDataSourceWiaItemTypeProgrammableDataSource
RemovedWiaItemTypeRemoved
RootWiaItemTypeRoot
StorageWiaItemTypeStorage
TransferWiaItemTypeTransfer
VerticalPanoramaWiaItemTypeVPanorama
VideoWiaItemTypeVideo

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaItemTypeFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also