ClaimedJournalPrinter.LineWidth 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 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
The current width of the printed line for the journal printer station, in the units that the ClaimedPosPrinter.MapMode property specifies.