InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / TextFileCharacterSet Property


In This Topic
    TextFileCharacterSet Property (ITerminal)
    In This Topic
    Gets or sets whether InfoConnect uses the ASCII or ANSI character set.
    Syntax
    'Declaration
     
    
    Property TextFileCharacterSet As TextFileCharacterSetOption
    'Usage
     
    
    Dim instance As ITerminal
    Dim value As TextFileCharacterSetOption
     
    instance.TextFileCharacterSet = value
     
    value = instance.TextFileCharacterSet
    TextFileCharacterSetOption TextFileCharacterSet {get; set;}

    Property Value

    The default value is WindowCharacterSet.
    Remarks
    The Windows character set (ANSI) is slightly different from the DOS character set (ASCII). If you receive an ASCII file that will be used in the Windows environment, make sure this property is set to WindowsCharacterSet.

    The value of this property can also affect printing if BypassPrinterDriver and TranslatePrintedCharacters are both set to true.

    See Also