VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftColor Structure / FromHtml(String) Method
Syntax Requirements SeeAlso
In This Topic
    FromHtml(String) Method (VintasoftColor)
    In This Topic
    Creates a VintasoftColor from an HTML color representation.
    Syntax
    'Declaration
    
    Public Shared Function FromHtml( _
    ByVal htmlColor
    The string representation of the Html color to translate.
    As String _
    ) As VintasoftColor
    public static VintasoftColor FromHtml(
    string htmlColor
    )
    public: static VintasoftColor FromHtml(
    string* htmlColor
    )
    public:
    static VintasoftColor FromHtml(
    string^ htmlColor
    )

    Parameters

    htmlColor
    The string representation of the Html color to translate.

    Return Value

    The VintasoftColor structure that represents the translated HTML color or Empty if htmlColor is null.
    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