ClaimedJournalPrinter.LineHeight Property

Definition

Gets or sets the current height 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, LineSpacing and LineWidth properties.

public:
 property unsigned int LineHeight { unsigned int get(); void set(unsigned int value); };
uint32_t LineHeight();

void LineHeight(uint32_t value);
public uint LineHeight { get; set; }
var uInt32 = claimedJournalPrinter.lineHeight;
claimedJournalPrinter.lineHeight = uInt32;
Public Property LineHeight As UInteger

Property Value

UInt32

unsigned int

uint32_t

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

Implements

Applies to

See also