| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaHorizontalSheetFeederRegistrationMode Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public enum WiaHorizontalSheetFeederRegistrationMode : Enum  | |
| C++/CLI | |
|---|---|
public enum class WiaHorizontalSheetFeederRegistrationMode : public Enum  | |
| Member | Description | 
|---|---|
| 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. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaHorizontalSheetFeederRegistrationMode
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code