PdlPassthroughProvider.SupportedPdlContentTypes Property
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.
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)