Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaVerticalBedRegistrationMode Enumeration
See Also  
Leadtools.Wia Namespace : WiaVerticalBedRegistrationMode Enumeration



Contains the registration, or vertical alignment and edge detection, for documents placed on the flatbed. For more information please refer to WIA_DPS_VERTICAL_BED_REGISTRATION property ID in Microsoft Windows SDK Documentation.

This property is not supported with Windows Vista and later.

Syntax

Visual Basic (Declaration) 
Public Enum WiaVerticalBedRegistrationMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaVerticalBedRegistrationMode
C# 
public enum WiaVerticalBedRegistrationMode : Enum 
C++/CLI 
public enum class WiaVerticalBedRegistrationMode : public Enum 

Members

MemberDescription
Top The paper is top justified.
Centered The paper is centered.
Bottom The paper is bottom justified.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaVerticalBedRegistrationMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also