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 の解説」を参照してください。
印刷サポート アプリケーション (PSA) がインストールされている場合、PSA は PDL パススルーを無効にすることができます。