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

Property Value

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