-api-id | -api-type |
---|---|
P:Windows.Devices.PointOfService.LineDisplayAttributes.IsCharacterSetMappingEnabled |
winrt property |
Gets or sets whether character set mapping is enabled.
True if character set mapping is enabled; otherwise, False.
When LineDisplayCapabilities.CanMapCharacterSets is True, this writeable property controls whether character mapping is enabled. When character mapping is enabled, characters sent by the application are mapped by the device driver/the Service Object to the characters supported by the device.
When LineDisplayCapabilities.CanMapCharacterSets is False the value of this property is fixed to False and cannot be changed.
Changes to this property are committed to the device on the next call to ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes).
ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes)