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 屬性所指定的單位為單位。

適用於

另請參閱