共用方式為


ClaimedPosPrinter.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 = claimedPosPrinter.characterSet;
claimedPosPrinter.characterSet = uInt32;
Public Property CharacterSet As UInteger

屬性值

UInt32

unsigned int

uint32_t

應用程式想要用於列印字元的字元集。

適用於

另請參閱