PosPrinterCapabilities.CanMapCharacterSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.