DocxSaveOptionsKeepCharScaleAndSpacing 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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
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: .
See Also