Freigeben über


IppPrintDevice.IsPdlPassthroughSupported(String) Methode

Definition

Bestimmt, ob das IPP-Druckergerät (Internet Printing Protocol) passthrough (PDL) für ein bestimmtes PDL-Format unterstützt.

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

Parameter

pdlContentType
String

Platform::String

winrt::hstring

Eine Zeichenfolge, die ein PDL-Format darstellt. Beispiel: "application/pdf" oder "application/postscript". Wenn pdlContentType NULL ist, gibt die Methode zurück true , wenn der Drucker Passthrough für eine BELIEBIGE PDL unterstützt.

Gibt zurück

Boolean

bool

true , wenn der Drucker Passthrough für die in pdlContentType angegebene PDL unterstützt; falseandernfalls .

Windows-Anforderungen

Gerätefamilie
Windows 11 Insider Preview (eingeführt in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v15.0)

Hinweise

Weitere Informationen zu PDL und PDL-Passthrough finden Sie unter Hinweise in PdlPassthroughProvider.

Wenn eine Druckunterstützungsanwendung (PSA) installiert ist, kann der PSA PDL-Passthrough deaktivieren.

Gilt für: