PosPrinterPrintOptions.TypeFace 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个字符串值,该值指示应用程序希望用于打印字符的字样。
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
属性值
应用程序希望用于打印字符的字样。
注解
应用程序希望用于打印字符的字样。 该值必须为 null 或服务点打印机支持的字样值之一。