次の方法で共有


PosPrinterPrintOptions.CharacterHeight プロパティ

定義

アプリケーションが文字の印刷に使用する文字の高さを示す数値を取得または設定します。

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

void CharacterHeight(uint32_t value);
public uint CharacterHeight { get; set; }
var uInt32 = posPrinterPrintOptions.characterHeight;
posPrinterPrintOptions.characterHeight = uInt32;
Public Property CharacterHeight As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

アプリケーションが文字の印刷に使用する文字の高さ。 フォントがスケーラブルでない場合、値は 0 またはフォントのサポートされている高さの値のいずれかである必要があります。

適用対象