ImageScannerFeederConfiguration.MaxNumberOfPages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of pages-not images, the app can scan in one scan job, before the scanner stops.
public:
property unsigned int MaxNumberOfPages { unsigned int get(); void set(unsigned int value); };
uint32_t MaxNumberOfPages();
void MaxNumberOfPages(uint32_t value);
public uint MaxNumberOfPages { get; set; }
var uInt32 = imageScannerFeederConfiguration.maxNumberOfPages;
imageScannerFeederConfiguration.maxNumberOfPages = uInt32;
Public Property MaxNumberOfPages As UInteger
Property Value
The number of pages.
Remarks
The default value is 1. If this property is 0, the scanner must scan until the feeder tray is empty. Each scanned page can produce one or more images. For example when scanning duplex with AutoCroppingMode set to ImageScannerAutoCroppingMode.Disabled there are two images to acquire for each scanned page (one image from the front and another image from the back side of the scanned page).