Click or drag to resize
Pdf Library for .NET

PdfTextSectionWordSpacing Property

Gets or sets an additional space between words.

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

Property Value

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