ExcelToPdfConverterKeepColumnWidths Property

When set to true, keeps the original Excel column widths percentage in the generated PDF document. The cell content can be clipped if the column is too narrow. When set to false, the column widths are adjusted to fit the PDF page width 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 KeepColumnWidths { get; set; }

Property Value

Boolean

See Also