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.14.0+45dc66aa6a2523065773ba29710af5aafc41d982
Syntax
C#
public double WordSeparationFactor { get; set; }

Property Value

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