←Select platform

WiaAcquiredPageFlags Enumeration

Summary

Flags used through the AcquireEvent and AcquireFileEvent events.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum WiaAcquiredPageFlags 
  
<FlagsAttribute()> 
Public Enum WiaAcquiredPageFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class WiaAcquiredPageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000NoneDefault value when this is not the first transferred chunk or the last transferred chunk.
0x00000001StartOfPageIndicates the start of the page being scanned.
0x00000002EndOfPageIndicates the end of the page being scanned. Use this value to reset the progress bar.
Example

Refer to WiaSession.IsAvailable

Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly