VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / IsImageGrayscaleResponseParams Class / colorPixelCount Property
Syntax Remarks Requirements SeeAlso
In This Topic
    colorPixelCount Property (IsImageGrayscaleResponseParams)
    In This Topic
    Gets the count of color pixels in the image.
    Syntax
    'Declaration
    
    Public Property colorPixelCount As Integer
    
    
    public int colorPixelCount { get; set; }
    
    
    public: __property int get_colorPixelCount();
    public: __property void set_colorPixelCount(
    int value
    );
    public:
    property int colorPixelCount { int get(); void set(int value); }

    Property Value

    Default value is 0.
    Remarks

    Value of this property is valid only if MaxPercentOfColorPixels is greater than 0.

    Requirements

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

    See Also