VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / AddNoiseCommand Class / NoiseType Property
Syntax Requirements SeeAlso
In This Topic
    NoiseType Property (AddNoiseCommand)
    In This Topic
    Gets or sets a type of noise to add to the image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A type of noise to add to the image.")>
    <DefaultValueAttribute(Uniform)>
    Public Property NoiseType As Vintasoft.Imaging.ImageProcessing.NoiseType
    
    
    [Description("A type of noise to add to the image.")]
    [DefaultValue(Uniform)]
    public Vintasoft.Imaging.ImageProcessing.NoiseType NoiseType { get; set; }
    
    
    [Description("A type of noise to add to the image.")]
    [DefaultValue(Uniform)]
    public: __property Vintasoft.Imaging.ImageProcessing.NoiseType get_NoiseType();
    public: __property void set_NoiseType(
    Vintasoft.Imaging.ImageProcessing.NoiseType value
    );

    Property Value

    Default value is Uniform.
    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