Click or drag to resize
Pdf Library for .NET

PdfTextElementWordSpacing Property

Gets or sets an additional space between words.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public float WordSpacing { get; set; }

Property Value

Type: Single
Remarks
The words separator is consider the space character with code 32.
See Also