Click or drag to resize

HtmlConvertOptionsTableFitWidthByPage Property

Gets or sets a value indicating to automatically decrease a table width if it greater than page width. Default value: true.

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public bool TableFitWidthByPage { get; set; }

Property Value

Boolean
Remarks
If you want to preserve a table width even if it exceeds the page width, set this property to false.
This property affects only to the tables which have a width greater than the page width.
See Also