Gets or sets the maximum number of pages to get from the WIA source.
             
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property MaximumNumberOfPages As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As WiaProperties
Dim value As Integer
 
instance.MaximumNumberOfPages = value
 
value = instance.MaximumNumberOfPages
  | 
 
| C# |   | 
|---|
public int MaximumNumberOfPages {get; set;} | 
 
| C++/CLI |   | 
|---|
public:
property int MaximumNumberOfPages {
   int get();
   void set (int value);
} | 
 
             
             
            Return Value
The maximum number of pages to get from the WIA 
            source. (Use 0 to scan all pages in the document feeder.)
  
             
             
            
Example
 
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also