Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
MaximumNumberOfPages Property
See Also 
Leadtools.Wia Namespace > WiaProperties Structure : MaximumNumberOfPages Property



Gets or sets the maximum number of pages to get from the WIA source.

Syntax

Visual Basic (Declaration) 
Public Property MaximumNumberOfPages As Integer
Visual Basic (Usage)Copy Code
Dim instance As WiaProperties
Dim value As Integer
 
instance.MaximumNumberOfPages = value
 
value = instance.MaximumNumberOfPages
C# 
public int MaximumNumberOfPages {get; set;}
C++/CLI 
public:
property int MaximumNumberOfPages {
   int get();
   void set (int value);
}

Return Value

The maximum number of pages to get from the WIA source. (Use 0 to scan all pages in the document feeder.)

Example

Refer to WiaSession.GetRootItem example.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also