IppPrintDevice.IsPdlPassthroughSupported(String) Method

Definition

Determines whether the Internet Printing Protocol (IPP) printer device supports page description language (PDL) pass-through for a given PDL format.

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

Parameters

pdlContentType
String

Platform::String

winrt::hstring

A string representing a PDL format. For example, "application/pdf" or "application/postscript". If pdlContentType is null, then the method returns true if the printer supports passthrough for any PDL.

Returns

Boolean

bool

true if the printer supports pass-through for the PDL specified in pdlContentType; otherwise, false.

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v15.0)

Remarks

For more info about PDL, and PDL pass-through, see Remarks in PdlPassthroughProvider.

If a print support application (PSA) is installed, then the PSA can disable PDL pass-through.

Applies to