PdlPassthroughProvider.SupportedPdlContentTypes Property

Definition

Gets a vector of strings containing all PDL formats supported by the printer.

public:
 property IVectorView<Platform::String ^> ^ SupportedPdlContentTypes { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> SupportedPdlContentTypes();
public IReadOnlyList<string> SupportedPdlContentTypes { get; }
var iVectorView = pdlPassthroughProvider.supportedPdlContentTypes;
Public ReadOnly Property SupportedPdlContentTypes As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Applies to