Share via


PrintSupportPrintDeviceCapabilitiesChangedEventArgs.SetSupportedPdlPassthroughContentTypes Method

Definition

public:
 virtual void SetSupportedPdlPassthroughContentTypes(IIterable<Platform::String ^> ^ supportedPdlContentTypes) = SetSupportedPdlPassthroughContentTypes;
void SetSupportedPdlPassthroughContentTypes(IIterable<winrt::hstring> const& supportedPdlContentTypes);
public void SetSupportedPdlPassthroughContentTypes(IEnumerable<string> supportedPdlContentTypes);
function setSupportedPdlPassthroughContentTypes(supportedPdlContentTypes)
Public Sub SetSupportedPdlPassthroughContentTypes (supportedPdlContentTypes As IEnumerable(Of String))

Parameters

supportedPdlContentTypes

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Applies to