ImageScannerFeederConfiguration.IsPageSizeSupported Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 .