PosPrinterPrintOptions.Alignment Property

Definition

Gets or sets a value that indicates the alignment that the application wants to use for printing text.

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

Property Value

The alignment that the application wants to use for printing text.

Applies to