ClaimedJournalPrinter.LineWidth Property

Definition

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

It is worth noting that changing this property can potentially change the CharactersPerLine, LineHeight and LineSpacing properties.

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

Property Value

UInt32

unsigned int

uint32_t

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

Implements

Applies to

See also