ICommonClaimedPosPrinterStation.LineHeight 属性

定义

获取或设置打印机站打印行的当前高度,以 ClaimedPosPrinter.MapMode 属性指定的单位为单位。

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

属性值

UInt32

unsigned int

uint32_t

打印机站打印行的当前高度,以 ClaimedPosPrinter.MapMode 属性指定的单位为单位。

适用于

另请参阅