IppPrintDevice.IsPdlPassthroughSupported(String) 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 périphérique d’imprimante IPP (Internet Printing Protocol) prend en charge le passage en langage PDL (Page Description Language) pour un format PDL donné.
public:
virtual bool IsPdlPassthroughSupported(Platform::String ^ pdlContentType) = IsPdlPassthroughSupported;
bool IsPdlPassthroughSupported(winrt::hstring const& pdlContentType);
public bool IsPdlPassthroughSupported(string pdlContentType);
function isPdlPassthroughSupported(pdlContentType)
Public Function IsPdlPassthroughSupported (pdlContentType As String) As Boolean
Paramètres
- pdlContentType
-
String
Platform::String
winrt::hstring
Chaîne représentant un format PDL. Par exemple, « application/pdf » ou « application/postscript ». Si pdlContentType a la valeur Null, la méthode retourne true
si l’imprimante prend en charge le passthrough pour n’importe quelle PDL.
Retours
bool
true
si l’imprimante prend en charge le pass-through pour le PDL spécifié dans pdlContentType ; sinon, false
.
Configuration requise pour Windows
Famille d’appareils |
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v15.0)
|
Remarques
Pour plus d’informations sur pdl et pass-through PDL, consultez Remarques dans PdlPassthroughProvider.
Si une application de support à l’impression (PSA) est installée, le psa peut désactiver le pass-through PDL.