Click or drag to resize

PdfStringFormat WordSpacing Property

Gets or sets value that indicates a size among the words in the text. Word spacing works the same way as character spacing but applies only to the space character, code 32.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float WordSpacing { get; set; }

Property Value

Type: Single
Remarks
Default value is 0.
See Also