次の方法で共有


ClaimedSlipPrinter.CharactersPerLine プロパティ

定義

スリップ プリンター ステーションがテキスト行ごとに印刷できる文字数を取得または設定します。

public:
 property unsigned int CharactersPerLine { unsigned int get(); void set(unsigned int value); };
uint32_t CharactersPerLine();

void CharactersPerLine(uint32_t value);
public uint CharactersPerLine { get; set; }
var uInt32 = claimedSlipPrinter.charactersPerLine;
claimedSlipPrinter.charactersPerLine = uInt32;
Public Property CharactersPerLine As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

スリップ・プリンター・ステーションがテキスト行ごとに印刷できる文字数。

実装

適用対象

こちらもご覧ください