VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / AutoTextInvertRequestParams Class / textColor Property
Syntax Requirements SeeAlso
В этом разделе
    textColor Свойство (AutoTextInvertRequestParams)
    В этом разделе
    Возвращает или задает цвет заливки инвертированного текста.
    Синтаксис
    'Declaration
    
    Public Property textColor As String
    
    
    public string textColor { get; set; }
    
    
    public: __property string* get_textColor();
    public: __property void set_textColor(
    string* value
    );
    public:
    property string^ textColor { string^ get(); void set(string^ value); }

    Property Value

    Значение по умолчанию - "rgba(255,255,255,1)".
    Требования

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

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