You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TwainBitDepthReduction Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TwainBitDepthReduction Enumeration
C#
public enum TwainBitDepthReduction {
  TWBR_UNSUPPORTED = -1,
  TWBR_THRESHOLD = 0,
  TWBR_HALFTONES = 1,
  TWBR_CUSTHALFTONE = 2,
  TWBR_DIFFUSION = 3
}
Visual Basic
Public Enum TwainBitDepthReduction
  TWBR_UNSUPPORTED = -1
  TWBR_THRESHOLD = 0
  TWBR_HALFTONES = 1
  TWBR_CUSTHALFTONE = 2
  TWBR_DIFFUSION = 3
End Enum

This is record TwainBitDepthReduction.

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