VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

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

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

See Also