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



Contains the registration, or alignment and edge detection, for documents that are placed on the flatbed. For more information please refer to WIA_DPS_SHEET_FEEDER_REGISTRATION property ID for WIA 1.0 and WIA_IPS_SHEET_FEEDER_REGISTRATION for WIA 2.0 in Microsoft Windows SDK Documentation.

Syntax

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

Members

MemberDescription
CenteredThe sheet is centered on the scanning head.
LeftThe sheet is positioned to the left with respect to the scanning head.
RightThe sheet is positioned to the right with respect to the scanning head.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaHorizontalSheetFeederRegistrationMode

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