PosPrinterPrintOptions.Alignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.