Condividi tramite


IppPrintDevice.IsPdlPassthroughSupported(String) Metodo

Definizione

Determina se il dispositivo stampante IPP (Internet Printing Protocol) supporta il pass-through pdL (Page Description Language) per un determinato formato 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

Parametri

pdlContentType
String

Platform::String

winrt::hstring

Stringa che rappresenta un formato PDL. Ad esempio, "application/pdf" o "application/postscript". Se pdlContentType è null, il metodo restituisce true se la stampante supporta il pass-through per qualsiasi PDL.

Restituisce

Boolean

bool

true se la stampante supporta il pass-through per il PDL specificato in pdlContentType; in caso contrario, false.

Requisiti Windows

Famiglia di dispositivi
Windows 11 Insider Preview (è stato introdotto in 10.0.23504.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v15.0)

Commenti

Per altre informazioni su PDL e PDL pass-through, vedere Osservazioni in PdlPass throughProvider.

Se viene installata un'applicazione di supporto stampa (PSA), il PSA può disabilitare il pass-through PDL.

Si applica a