LEADTOOLS WIA (Leadtools.Wia assembly)

MaximumNumberOfPages Property

Show in webframe





Gets or sets the maximum number of pages to get from the WIA source.
Syntax
public int MaximumNumberOfPages {get; set;}
'Declaration
 
Public Property MaximumNumberOfPages As Integer
'Usage
 
Dim instance As WiaProperties
Dim value As Integer
 
instance.MaximumNumberOfPages = value
 
value = instance.MaximumNumberOfPages

            

            
public:
property int MaximumNumberOfPages {
   int get();
   void set (    int value);
}

Property Value

The maximum number of pages to get from the WIA source. (Use 0 to scan all pages in the document feeder.)
Example
Refer to WiaSession.GetRootItem example.
Requirements

Target Platforms

See Also

Reference

WiaProperties Structure
WiaProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.