共用方式為


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 或其中一個支援的字元集值,才能使用服務點印表機。

適用於