ICommonClaimedPosPrinterStation.LineWidth Property

Definition

Gets the current width of the printed line for the printer station, in the units that the ClaimedPosPrinter.MapMode property specifies.

public:
 property unsigned int LineWidth { unsigned int get(); };
uint32_t LineWidth();
public uint LineWidth { get; }
var uInt32 = iCommonClaimedPosPrinterStation.lineWidth;
Public ReadOnly Property LineWidth As UInteger

Property Value

UInt32

unsigned int

uint32_t

The current width of the printed line for the printer station, in the units that the ClaimedPosPrinter.MapMode property specifies.

Applies to

See also