PosPrinterPrintOptions.CharacterSet 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定數值,指出應用程式想要用於列印字元的字元集。
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
屬性值
應用程式想要用於列印字元的字元集。 此值必須是 0 或其中一個支援的字元集值,才能使用服務點印表機。