You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TwainPixelFlavor Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TwainPixelFlavor Enumeration
C#
public enum TwainPixelFlavor {
  TwainPixelFlavorUndefined = -1,
  TwainPixelFlavorChocolate = 0,
  TwainPixelFlavorVanilla = 1
}
Visual Basic
Public Enum TwainPixelFlavor
  TwainPixelFlavorUndefined = -1
  TwainPixelFlavorChocolate = 0
  TwainPixelFlavorVanilla = 1
End Enum

This is record TwainPixelFlavor.

Members
Members 
Description 
TwainPixelFlavorUndefined 
Do not use. 
TwainPixelFlavorChocolate 
zero pixel represents darkest shade. 
TwainPixelFlavorVanilla 
zero pixel represents lightest shade. 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.