Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

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 int MaximumNumberOfPages {get; set;}
 get_MaximumNumberOfPages();
set_MaximumNumberOfPages(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainProperties Structure
TwainProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.