ExcelToPdfConverterKeepRowHeights Property
When set to true, keeps the original Excel row heights in the generated PDF document.
When set to false, the row heights are adjusted to fit the cell content height and the Excel drawings like images might not align with the cells.
The default value is true
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next.ExcelToPdf (in Winnovative.Pdf.Next.ExcelToPdf.dll) Version: 20.0.0
public bool KeepRowHeights { get; set; }
Property Value
Boolean