共用方式為


IppPrintDevice.IsPdlPassthroughSupported(String) 方法

定義

判斷網際網路列印通訊協定 (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中的。

如果已安裝 () 的列印支援應用程式,則其可停用 PDL 傳遞。

適用於