Hi Matthew,
Thank you for contacting Syncfusion support.
We can automatically wrap the text in PDF grid cell by using PdfStirngFormat. Please find the below code snippet for more details,
//Create a new instance for string format
PdfStringFormat format = new PdfStringFormat();
format.WordWrap = PdfWordWrapType.Word;
//Assign string format to cell style
cell.Style.StringFormat = format; |
Please refer the below KB link in which we have explained step by step procedure to apply word wrap in PDF table cell,
Kindly try the above solution in your end and let us know if it satisfies your requirement.
Regards,
Sowmiya L