Leadtools TWAIN (Leadtools.Twain assembly)

MaximumNumberOfPages Property

Show in webframe





Gets or sets the maximum number of pages to get from the TWAIN source.
Syntax
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.)
Example
Refer to ImageResolution example.
Requirements

Target Platforms

See Also

Reference

TwainProperties Structure
TwainProperties Members

 

 


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