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: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.4.23
Syntaxpublic bool KeepCharScaleAndSpacing { get; set; }
Public Property KeepCharScaleAndSpacing As Boolean
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