PowerTCP Emulation for .NET
NationalCharSetMode Property




Indicates whether the National Replacement Character Set specified by the NationalCharSet property or the standard ASCII character set will be used when rendering text.
Syntax
<DefaultValueAttribute()>
Public Property NationalCharSetMode As NationalCharSetMode
Dim instance As Vt
Dim value As NationalCharSetMode
 
instance.NationalCharSetMode = value
 
value = instance.NationalCharSetMode
[DefaultValue()]
public NationalCharSetMode NationalCharSetMode {get; set;}
[DefaultValue()]
public: __property NationalCharSetMode get_NationalCharSetMode();
public: __property void set_NationalCharSetMode( 
   NationalCharSetMode value
);
[DefaultValue()]
public:
property NationalCharSetMode NationalCharSetMode {
   NationalCharSetMode get();
   void set (    NationalCharSetMode value);
}

Property Value

A NationalCharSetMode value.
Remarks

The default value is NationalCharSetMode.MultiNational.

When the value of this property is NationalCharSetMode.Multinational, ASCII will be used to render 7-bit characters and ISO Latin-1 Supplemental will be used to render 8-bit chracters.

When the value of this property is NationalCharSetMode.National, the National Replacement Character Set specified by the NationalCharSet property will be used to render 7-bit characters.

If data is received from the host which causes this property to change, the NationalCharSetModeChanged event is raised.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic