ClaimedJournalPrinter.LineSpacing 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 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
The spacing of each single-high print line for the journal printer station, in the units that the ClaimedPosPrinter.MapMode property specifies.