IppPrintDevice.GetMaxSupportedPdlVersion(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)
|