Partager via


ImageScannerFeederConfiguration.IsPageSizeSupported Méthode

Définition

Retourne si le chargeur peut analyser des documents dans la taille et l’orientation de page spécifiées.

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

Paramètres

pageSize
PrintMediaSize

Taille de page.

pageOrientation
PrintOrientation

Orientation de la page.

Retours

Boolean

bool

Indique que le scanneur peut analyser avec les valeurs pageSize et pageOrientation .

S’applique à