ImageScannerFeederConfiguration.IsPageSizeSupported 方法

定义

返回馈送器是否可以扫描指定页面大小和方向的文档。

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

参数

pageSize
PrintMediaSize

页面大小。

pageOrientation
PrintOrientation

页面方向。

返回

Boolean

bool

指示扫描程序可以使用 pageSizepageOrientation 值进行扫描。

适用于