ClaimedJournalPrinter.LineSpacing Property

Definition

Gets or sets the spacing of each single-high print line for the journal printer station, in the units that the ClaimedPosPrinter.MapMode property specifies. This spacing includes both the height of printed line and of the white space between each pair of lines.

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

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

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

Property Value

UInt32

unsigned int

uint32_t

The spacing of each single-high print line for the journal printer station, in the units that the ClaimedPosPrinter.MapMode property specifies.

Implements

Applies to