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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.ExcelToPdf (in HiQPdf.Next.ExcelToPdf.dll) Version: 18.0.0
C#
public bool KeepRowHeights { get; set; }

Property Value

Boolean

See Also