ITextCharacterFormat.Spacing Property

Definition

Gets or sets the amount of horizontal spacing between characters.

public:
 property float Spacing { float get(); void set(float value); };
float Spacing();

void Spacing(float value);
public float Spacing { get; set; }
var single = iTextCharacterFormat.spacing;
iTextCharacterFormat.spacing = single;
Public Property Spacing As Single

Property Value

Single

float

The amount of horizontal spacing, in floating-point points.

Remarks

Typically, the value of this property is zero. Positive values increase the horizontal spacing between characters, and negative values decrease it.

Applies to