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

    Gets or sets the spacing between text characters.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public double CharacterSpacing { get; set; }

    Property Value

    Type Description
    Double

    The character spacing. A positive number specifies expanded character spacing, a negative value specifies condensed spacing.

    See Also