Jaa


IppPrintDevice.GetMaxSupportedPdlVersion(String) Method

Definition

Retrieves a string indicating the maximum supported PDL version for the specified PDL content type.

public:
 virtual Platform::String ^ GetMaxSupportedPdlVersion(Platform::String ^ pdlContentType) = GetMaxSupportedPdlVersion;
winrt::hstring GetMaxSupportedPdlVersion(winrt::hstring const& pdlContentType);
public string GetMaxSupportedPdlVersion(string pdlContentType);
function getMaxSupportedPdlVersion(pdlContentType)
Public Function GetMaxSupportedPdlVersion (pdlContentType As String) As String

Parameters

pdlContentType
String

Platform::String

winrt::hstring

Returns

String

Platform::String

winrt::hstring

A string indicating the maximum supported PDL version. The format of the string will be "MajorVersion.MinorVersion" where the version numbers are integers. Valid examples include "1.0" and "1.1". Invalid examples include "1.1a" and "1.2b". If the printer does not support PDL or has not specified a maximum version, the return value will be "0".

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Applies to