Click or drag to resize
Pdftools logo

TextOptionsWordSeparationFactor Property

This parameter defines a factor multiplied by the width of the space character to determine word boundaries. If the distance between two characters exceeds this calculated value, it is recognized as a word separation.

Default value: 0.3


Namespace: PdfTools.Extraction
Assembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntax
C#
public double WordSeparationFactor { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException[set] The word separation factor is invalid.
See Also