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 であるか、サービスポイント プリンターでサポートされているタイプフェイス値のいずれかである必要があります。