Gets or sets the maximum number of pages to get from the WIA source.
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.)