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



Flags used through the AcquireEvent and AcquireFileEvent events.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum WiaAcquiredPageFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As WiaAcquiredPageFlags
C# 
[FlagsAttribute()]
public enum WiaAcquiredPageFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class WiaAcquiredPageFlags : public Enum 

Members

MemberDescription
None Default value when this is not the first transferred chunk or the last transferred chunk.
StartOfPage Indicates the start of the page being scanned.
EndOfPage Indicates the end of the page being scanned. Use this value to reset the progress bar.

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaAcquiredPageFlags

Requirements

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

See Also