| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaAcquiredPageFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaAcquiredPageFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaAcquiredPageFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaAcquiredPageFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| EndOfPage | Indicates the end of the page being scanned. Use this value to reset the progress bar. |
| 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. |
Refer to WiaSession.IsAvailable
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaAcquiredPageFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code