Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / FitTextWidth Property

In This Topic
    FitTextWidth Property
    In This Topic
    Gets or sets that the contents of the run shall not be automatically displayed based on the width of its contents, rather its contents shall be resized to fit the width specified by the this property. This expansion/contraction shall be performed by equally increasing/decreasing the size of each character in the run's contents when displayed.
    Syntax
    'Declaration
     
    Public Property FitTextWidth As System.Single
    public System.float FitTextWidth {get; set;}
    Remarks
    If the property value equals to 0, then the contents of the run shall be displayed based on the size of its contents.
    See Also