VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / AddNoiseRequestParams Class / monochromaticNoise Property
Syntax Requirements SeeAlso
In This Topic
    monochromaticNoise Property (AddNoiseRequestParams)
    In This Topic
    Gets or sets a value indicating whether the noise is monochromatic.
    Syntax
    'Declaration
    
    Public Property monochromaticNoise As Boolean
    
    
    public bool monochromaticNoise { get; set; }
    
    
    public: __property bool get_monochromaticNoise();
    public: __property void set_monochromaticNoise(
    bool value
    );
    public:
    property bool monochromaticNoise { bool get(); void set(bool value); }

    Property Value

    True - noise must be monochromatic;
    False - noise must NOT be monochromatic.
    Default value is False.
    Requirements

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

    See Also