Click or drag to resize

PdfLoadOptionsKeepCharScaleAndSpacing Property

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

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

Property Value

Boolean
Remarks
For OCR-ed documents we recommend to set this property to false.

Default value: true.
See Also