ImageScannerFeederConfiguration.IsFormatSupported(ImageScannerFormat) 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.
Détermine si le chargeur du scanneur prend en charge le format de fichier spécifié ou non.
public:
virtual bool IsFormatSupported(ImageScannerFormat value) = IsFormatSupported;
bool IsFormatSupported(ImageScannerFormat const& value);
public bool IsFormatSupported(ImageScannerFormat value);
function isFormatSupported(value)
Public Function IsFormatSupported (value As ImageScannerFormat) As Boolean
Paramètres
- value
- ImageScannerFormat
Type de fichier.
Retours
Boolean
bool
Indique si le type de fichier spécifié est pris en charge.