ITextCharacterFormat.Spacing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.