PdlPassthroughProvider.SupportedPdlContentTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串向量,其中包含印表機支援的所有 PDL 格式。
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)