VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / Palette Class / IsBlackWhiteInverted Property
Syntax Requirements SeeAlso
In This Topic
    IsBlackWhiteInverted Property (Palette)
    In This Topic
    Gets a value indicating whether this palette is inverted black-white palette.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsBlackWhiteInverted As Boolean
    
    
    public bool IsBlackWhiteInverted { get; }
    
    
    public: __property bool get_IsBlackWhiteInverted();
    
    
    
    public:
    property bool IsBlackWhiteInverted { bool get(); }

    Return Value

    true if palette is inverted black-white palette; otherwise, false.
    Requirements

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

    See Also