VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Primitives Namespace / VintasoftColor Structure / FromHtml(String) Method
Синтаксис Требования Смотрите также
В этом разделе
    FromHtml(String) Метод (VintasoftColor)
    В этом разделе
    Создает VintasoftColor из цветового представления HTML.
    Синтаксис
    'Declaration
    
    Public Shared Function FromHtml( _
    ByVal htmlColor
    Строковое представление цвета Html для перевода.
    As String _
    ) As VintasoftColor
    public static VintasoftColor FromHtml(
    string htmlColor
    )
    public: static VintasoftColor FromHtml(
    string* htmlColor
    )
    public:
    static VintasoftColor FromHtml(
    string^ htmlColor
    )

    Parameters

    htmlColor
    Строковое представление цвета Html для перевода.

    Return Value

    Структура VintasoftColor, представляющая переведенный цвет HTML, или Empty, если htmlColor равен null.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также