共用方式為


PosPrinter.SupportedTypeFaces 屬性

定義

取得服務點印表機支援的字型和字樣。

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

屬性值

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

服務點印表機支援的字型和字樣。

適用於