PosPrinterPrintOptions.TypeFace 属性

定义

获取或设置一个字符串值,该值指示应用程序希望用于打印字符的字样。

public:
 property Platform::String ^ TypeFace { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TypeFace();

void TypeFace(winrt::hstring value);
public string TypeFace { get; set; }
var string = posPrinterPrintOptions.typeFace;
posPrinterPrintOptions.typeFace = string;
Public Property TypeFace As String

属性值

String

Platform::String

winrt::hstring

应用程序希望用于打印字符的字样。

注解

应用程序希望用于打印字符的字样。 该值必须为 null 或服务点打印机支持的字样值之一。

适用于