共用方式為


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

屬性值

應用程式想要用於列印文字的對齊方式。

適用於