VirtualPrinterSupportedFormat(String, String) Constructor
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.
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