共用方式為


PdlPassthroughProvider.SupportedPdlContentTypes 屬性

定義

取得字串向量,其中包含印表機支援的所有 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)

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

適用於