次の方法で共有


PosPrinterPrintOptions.Alignment プロパティ

定義

アプリケーションがテキストの印刷に使用する配置を示す値を取得または設定します。

public:
 property PosPrinterAlignment Alignment { PosPrinterAlignment get(); void set(PosPrinterAlignment value); };
PosPrinterAlignment Alignment();

void Alignment(PosPrinterAlignment value);
public PosPrinterAlignment Alignment { get; set; }
var posPrinterAlignment = posPrinterPrintOptions.alignment;
posPrinterPrintOptions.alignment = posPrinterAlignment;
Public Property Alignment As PosPrinterAlignment

プロパティ値

アプリケーションがテキストの印刷に使用する配置。

適用対象