Click or drag to resize

PdfFontCharacterSpacing Property

Gets or sets the character spacing used by the parent PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public double CharacterSpacing { get; set; }

Property Value

Type: Double
Remarks

Character spacing is specified in pixels (the same unit as Size

The default value of 0 will tell RAD PDF to use the default character spacing.

This property can only be set for PdfTextShape objects.

See Also