Unplanned
Last Updated: 28 Jul 2020 08:02 by ADMIN
Mike
Created on: 28 Jul 2020 07:58
Category: WordsProcessing
Type: Bug Report
2
WordsProcessing: Extra whitespace is added after an image when the image is inserted in a table cell

There is a discrepancy between RadWordsProcessing and MS Word:

A possible workaround could be to set the row height the same as the image height:
row.Height = new TableRowHeight(HeightType.Exact, image.Image.Height); 

0 comments