ClaimedJournalPrinter.LineWidth 属性

定义

获取日记机打印机站打印线的当前宽度,单位为 ClaimedPosPrinter.MapMode 属性指定。

值得注意的是,更改此属性可能会更改 CharactersPerLineLineHeightLineSpacing 属性。

public:
 property unsigned int LineWidth { unsigned int get(); };
uint32_t LineWidth();
public uint LineWidth { get; }
var uInt32 = claimedJournalPrinter.lineWidth;
Public ReadOnly Property LineWidth As UInteger

属性值

UInt32

unsigned int

uint32_t

日记帐打印机站打印线的当前宽度,单位为 ClaimedPosPrinter.MapMode 属性指定的单位。

实现

适用于

另请参阅