次の方法で共有


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 またはサービスポイント・プリンターのサポートされている文字セット値のいずれかでなければなりません。

適用対象