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%.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool KeepCharScaleAndSpacing { get; set; }
Public Property KeepCharScaleAndSpacing As Boolean
Get
Set
Property Value
Boolean
Remarks
For OCR-ed documents we recommend to set this property to false.
Default value: true.
See Also