Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

MaximumNumberOfPages Property






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

Error processing SSI file