IppPrintDevice.IsPdlPassthroughSupported(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷網際網路列印通訊協定 (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 傳遞。