ClaimedPosPrinter.IsCharacterSetMappingEnabled Property

Definition

Gets or sets whether the driver or provider can map Unicode characters to characters that the point-of-service printer can print, or just sends the low byte of the Unicode character to the printer directly.

public:
 property bool IsCharacterSetMappingEnabled { bool get(); void set(bool value); };
bool IsCharacterSetMappingEnabled();

void IsCharacterSetMappingEnabled(bool value);
public bool IsCharacterSetMappingEnabled { get; set; }
var boolean = claimedPosPrinter.isCharacterSetMappingEnabled;
claimedPosPrinter.isCharacterSetMappingEnabled = boolean;
Public Property IsCharacterSetMappingEnabled As Boolean

Property Value

Boolean

bool

True if the driver or provider maps Unicode characters to character that the point-of-service printer can print. False if the driver or provider sends the low byte of each Unicode character to the point-of-service printer directly.

Applies to

See also