Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontLink Class / ScaleFactor Property

In This Topic
    ScaleFactor Property
    In This Topic
    Gets a value specifying the scale factor applied to size of the base font when the linked font is used instead.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScaleFactor As System.Nullable(Of Single)
    public System.Nullable<float> ScaleFactor {get;}
    See Also