Skip to main content
All docs
V26.1
  • TextFragment.CharacterSpacing Property

    Gets or sets the spacing between characters.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public double? CharacterSpacing { get; set; }

    Property Value

    Type Description
    Nullable<Double>

    Character spacing from -31680 to 31680 (in twips) or null (Nothing in Visual Basic) for a mixture of values. A positive number specifies expanded character spacing, a negative value specifies condensed spacing.

    See Also