Click or drag to resize

PdfFocusCHtmlOptionsKeepCharScaleAndSpacing Property

Gets or sets a value to preserve the original char scaling and spacing or reset it to all symbols to 100%. Default value: true.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public bool KeepCharScaleAndSpacing { get; set; }

Property Value

Boolean
Remarks
As you may know PDF contains embedded fonts with own symbol widths. But the resulting HTML will be rendered using the fonts installed at your system. Sometimes their have different symbol width.
true - scale width of symbols to make it the same as in PDF.
false - don't scale width of symbols and use width of installed fonts.

See Also