Text not rendered properly in Terminal Direct connection

Hi All

I am using Terminal Session -direct connection to connect to a terminal. Connection is created successfully, however some text are not rendered properly. For example the word Salutation is read as Sk tation.

Can this be due to size of the direct connection terminal? If yes, how to resize it?

Thanks
Mrinalini

Hi @mrinalini.rastogi
Try this code

// The TerminalSession variable holds the reference to the ITerminalSession object
// Resize the terminal window to 80 columns and 24 rows

TerminalSession.Resize(80, 24);

Hi Kaviyarasu,

Can you please attach sample .xaml file?

thanks
mrinalini