VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / Palette Class / IsGray Property
Синтаксис Требования Смотрите также
В этом разделе
    IsGray Свойство (Palette)
    В этом разделе
    Gets a value indicating whether this palette is grayscale palette with 256 colors.
    Синтаксис
    'Declaration
    
    Public ReadOnly Property IsGray As Boolean
    
    
    public bool IsGray { get; }
    
    
    public: __property bool get_IsGray();
    
    
    
    public:
    property bool IsGray { bool get(); }

    Return Value

    true if palette is grayscale palette with 256 colors; otherwise, false.
    Требования

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

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