Share via


VirtualPrinterSupportedFormat(String, String) Constructor

Definition

public:
 VirtualPrinterSupportedFormat(Platform::String ^ contentType, Platform::String ^ maxSupportedVersion);
/// [Windows.Foundation.Metadata.Experimental]
 VirtualPrinterSupportedFormat(winrt::hstring const& contentType, winrt::hstring const& maxSupportedVersion);
[Windows.Foundation.Metadata.Experimental]
public VirtualPrinterSupportedFormat(string contentType, string maxSupportedVersion);
function VirtualPrinterSupportedFormat(contentType, maxSupportedVersion)
Public Sub New (contentType As String, maxSupportedVersion As String)

Parameters

contentType
String

Platform::String

winrt::hstring

maxSupportedVersion
String

Platform::String

winrt::hstring

Attributes

Applies to