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 或字体支持的高度值之一。

适用于