Gets or sets the maximum number of pages to get from the TWAIN source.
public int MaximumNumberOfPages {get; set;}
'Declaration
Public Property MaximumNumberOfPages As Integer
'Usage
Dim instance As TwainProperties
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 TWAIN source. (If the function updates this field to -1, it means that the number of pages is unlimited.)