Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / CharWidthFactor Property

In This Topic
    CharWidthFactor Property (TextFormat)
    In This Topic
    Gets or sets the character width scale factor (or height scale factor for vertical text).

    Valid values are between 0.1 and 10.0. The default is 1.0.

    Syntax
    'Declaration
     
    Public Property CharWidthFactor As System.Single
    public System.float CharWidthFactor {get; set;}
    See Also