ImageScannerFeederConfiguration.IsPageSizeSupported Method

Definition

Returns whether the feeder can scan documents in the specified page size and orientation.

public:
 virtual bool IsPageSizeSupported(PrintMediaSize pageSize, PrintOrientation pageOrientation) = IsPageSizeSupported;
bool IsPageSizeSupported(PrintMediaSize const& pageSize, PrintOrientation const& pageOrientation);
public bool IsPageSizeSupported(PrintMediaSize pageSize, PrintOrientation pageOrientation);
function isPageSizeSupported(pageSize, pageOrientation)
Public Function IsPageSizeSupported (pageSize As PrintMediaSize, pageOrientation As PrintOrientation) As Boolean

Parameters

pageSize
PrintMediaSize

The page size.

pageOrientation
PrintOrientation

The page orientation.

Returns

Boolean

bool

Indicates the scanner can scan with pageSize and pageOrientation values.

Applies to