| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum WiaAcquiredPageFlags Inherits Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[FlagsAttribute()] public enum WiaAcquiredPageFlags : Enum  | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class WiaAcquiredPageFlags : public Enum  | |
| Member | Description | 
|---|---|
| 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. | 
Refer to WiaSession.IsAvailable 
            
 
            
            
            System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaAcquiredPageFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code