VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / FontProperties Class / FontProperties Constructors / FontProperties Constructor(String,Double,VintasoftColor)
Syntax Requirements SeeAlso
In This Topic
    FontProperties Constructor(String,Double,VintasoftColor)
    In This Topic
    Initializes a new instance of the FontProperties class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal name
    The font name.
    As System.String, _
    ByVal color
    The font color.
    As Double, _
    ByVal size
    The font size, in points.
    As Vintasoft.Primitives.VintasoftColor _
    )
    public FontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )
    public: FontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )
    public:
    FontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )

    Parameters

    name
    The font name.
    color
    The font color.
    size
    The font size, in points.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also