VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsImageGrayscaleCommandResult Class / MaxPercentOfColorPixels Property
Syntax Requirements SeeAlso
In This Topic
    MaxPercentOfColorPixels Property (IsImageGrayscaleCommandResult)
    In This Topic
    Gets the maximum allowable count, in percents, of color pixels in the image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")>
    Public ReadOnly Property MaxPercentOfColorPixels As Single
    
    
    [Description("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")]
    public float MaxPercentOfColorPixels { get; }
    
    
    [Description("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")]
    public: __property float get_MaxPercentOfColorPixels();
    
    
    
    [Description("The maximum allowable count, in percents, of color pixels in the image.
    Valid values are from 0 (0%) to 1 (100%).")]
    public:
    property float MaxPercentOfColorPixels { float get(); }

    Property Value

    Valid values are from 0 (0%) to 1 (100%). Default value is 0.05 (5%).
    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