VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandResults Class / BackgroundColor Property
Syntax Remarks Requirements SeeAlso
In This Topic
    BackgroundColor Property (ProcessingCommandResults)
    In This Topic
    Gets a background color. Value retrieved from results of previously executed commands.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property BackgroundColor As System.Drawing.Color
    
    
    [Browsable(False)]
    public System.Drawing.Color BackgroundColor { get; }
    
    
    [Browsable(False)]
    public: __property System.Drawing.Color* get_BackgroundColor();
    
    
    
    [Browsable(False)]
    public:
    property System.Drawing.Color^ BackgroundColor { System.Drawing.Color^ get(); }
    Remarks

    This property has correct value only if IsBackgroundColorSearched == true AND IsBackgroundColorFound == true.

    Requirements

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

    See Also