ImageScannerFeederConfiguration.MaxNumberOfPages Property

Definition

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

UInt32

unsigned int

uint32_t

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).

Applies to