ICommonClaimedPosPrinterStation.LineHeight Property

Definition

Gets or sets the current height of the printed line for the 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 = iCommonClaimedPosPrinterStation.lineHeight;
iCommonClaimedPosPrinterStation.lineHeight = uInt32;
Public Property LineHeight As UInteger

Property Value

UInt32

unsigned int

uint32_t

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

Applies to

See also