PdfFontCharacterSpacing Property |
Gets or sets the character spacing used by the parent
PdfObject.
Namespace:
RadPdf.Data.Document.Common
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic double CharacterSpacing { get; set; }
Public Property CharacterSpacing As Double
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