Share via


PosPrinterCapabilities.CanMapCharacterSet Property

Definition

Gets whether the point-of-service printer can map the characters that the application sends (in the character set that the ClaimedPosPrinter.CharacterSet property defines) to the character sets that the PosPrinter.SupportedCharacterSets property defines.

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

Property Value

Boolean

bool

True if the point-of-service printer can map the characters that the application sends to the code page used by the printer. If false, the user must make sure that the Unicode characters have the low byte as the value that will be used to send to the printer.

Applies to

See also