Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaHorizontalSheetFeederRegistrationMode
C# 
public enum WiaHorizontalSheetFeederRegistrationMode : Enum 
C++/CLI 
public enum class WiaHorizontalSheetFeederRegistrationMode : public Enum 

Members

MemberDescription
Left The sheet is positioned to the left with respect to the scanning head.
Centered The sheet is centered on the scanning head.
Right The 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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also