Gets or sets value that indicates a size among the characters in the text. When the glyph for each character in the string is rendered, this value is added to the the glyphs displacement.

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 CharacterSpacing { get; set; }
Public Property CharacterSpacing As Single
	Get
	Set
public:
property float CharacterSpacing {
	float get ();
	void set (float value);
}
member CharacterSpacing : float32 with get, set

Property Value

Single

Remarks

Default value is 0.

See Also