PosPrinterPrintOptions.CharacterHeight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个数值,该值指示应用程序希望用于打印字符的字符高度。
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
属性值
应用程序希望用于打印字符的字符高度。 如果字体不可缩放,该值必须为 0 或字体支持的高度值之一。