PosPrinterPrintOptions.CharacterSet 属性

定义

获取或设置一个数值,该值指示应用程序希望用于打印字符的字符集。

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

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

属性值

UInt32

unsigned int

uint32_t

应用程序希望用于打印字符的字符集。 该值必须为 0 或服务点打印机支持的字符集值之一。

适用于