C#
VB
C++
Flags used through the AcquireEvent and AcquireFileEvent events.
[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
Value | Member | Description |
---|---|---|
0x00000000 | None | Default value when this is not the first transferred chunk or the last transferred chunk. |
0x00000001 | StartOfPage | Indicates the start of the page being scanned. |
0x00000002 | EndOfPage | Indicates the end of the page being scanned. Use this value to reset the progress bar. |
Refer to WiaSession.IsAvailable
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET