ClaimedSlipPrinter.LineHeight 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 current height of the printed line for the slip printer station, in the units that the ClaimedPosPrinter.MapMode property specifies.
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 = claimedSlipPrinter.lineHeight;
claimedSlipPrinter.lineHeight = uInt32;
Public Property LineHeight As UInteger
Property Value
The current height of the printed line for the slip printer station, in the units that the ClaimedPosPrinter.MapMode property specifies.