PosPrinterPrintOptions.TypeFace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a string value that indicates the typeface that the application wants to use for printing characters.
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
Property Value
The typeface that the application wants to use for printing characters.
Remarks
The typeface that the application wants to use for printing characters. The value must be null or one of the supported typeface values of the point-of-service printer.