PosPrinterPrintOptions.TypeFace Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to