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

Property Value

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