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: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float WordSpacing { get; set; }
Public Property WordSpacing As Single
	Get
	Set
public:
property float WordSpacing {
	float get ();
	void set (float value);
}
member WordSpacing : float32 with get, set

Property Value

Single

Remarks

Default value is 0.

See Also