Posted by a ceTe Software moderator
Hello,
For TextArea with multiple lines, you can check the height it would need by calling the GetRequiredHeight() method. Here is the documentation
link. Based on the required height value you can adjust the font size to make it fit the specified verticle space.
The default value of VAlign property is top so the text is getting aligned to the top of the TextArea. If you know the x, y co-ordinates of where the desired area starts, set the TextArea’s x, y co-ordiantes to that of the desired area co-ordiantes and set the TextArea’s Height property to the vertical height of the desired area and set the TextArea.VAlign to bottom.
If these suggestions does not satisfy your requirements, feel free to email the code and output PDF to
support@cete.com so we can look into it further.
Thanks,
ceTe Software Support Team.