共用方式為


PosPrinterCapabilities.CanMapCharacterSet 屬性

定義

取得服務點印表機是否可以將應用程式傳送的字元 (對應至PosPrinter.SupportedCharacterSets 屬性所定義的字元集) 到 PosPrinter.SupportedCharacterSets屬性所定義的字元集。

public:
 property bool CanMapCharacterSet { bool get(); };
bool CanMapCharacterSet();
public bool CanMapCharacterSet { get; }
var boolean = posPrinterCapabilities.canMapCharacterSet;
Public ReadOnly Property CanMapCharacterSet As Boolean

屬性值

Boolean

bool

如果服務點印表機可以將應用程式傳送的字元對應至印表機所使用的字碼頁,則為 True。 如果為 false,使用者必須確定 Unicode 字元具有低位元組,做為將用來傳送至印表機的值。

適用於

另請參閱