IppPrintDevice.IsPdlPassthroughSupported(String) 方法

定义

确定 internet 打印协议 (IPP) 打印机设备是否支持页面描述语言 (PDL) 给定 PDL 格式的直通。

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

参数

pdlContentType
String

Platform::String

winrt::hstring

表示 PDL 格式的字符串。 例如,“application/pdf”或“application/postscript”。 如果 pdlContentType 为 null,则如果打印机支持任何 PDL 的直通,则该方法将返回 true

返回

Boolean

bool

true 如果打印机支持对 pdlContentType 中指定的 PDL 进行传递,则为 ;否则为 false

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)

注解

有关 PDL 和 PDL 直通的详细信息,请参阅 PdlPassthroughProvider 中的备注。

如果安装了打印支持应用程序 (PSA) ,则 PSA 可以禁用 PDL 直通。

适用于