You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TwainItemTypes Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TwainItemTypes Enumeration
C#
public enum TwainItemTypes {
  TWTY_INVALID = -1,
  TWTY_INT8 = 0,
  TWTY_INT16 = 1,
  TWTY_INT32 = 2,
  TWTY_UINT8 = 3,
  TWTY_UINT16 = 4,
  TWTY_UINT32 = 5,
  TWTY_BOOL = 6,
  TWTY_FIX32 = 7,
  TWTY_FRAME = 8,
  TWTY_STR32 = 9,
  TWTY_STR64 = 10,
  TWTY_STR128 = 11,
  TWTY_STR255 = 12
}
Visual Basic
Public Enum TwainItemTypes
  TWTY_INVALID = -1
  TWTY_INT8 = 0
  TWTY_INT16 = 1
  TWTY_INT32 = 2
  TWTY_UINT8 = 3
  TWTY_UINT16 = 4
  TWTY_UINT32 = 5
  TWTY_BOOL = 6
  TWTY_FIX32 = 7
  TWTY_FRAME = 8
  TWTY_STR32 = 9
  TWTY_STR64 = 10
  TWTY_STR128 = 11
  TWTY_STR255 = 12
End Enum

This is record TwainItemTypes.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.