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

Property Value

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