VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAddNoiseCommandJS type / get_AutoSeedPercentageGeneration Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoSeedPercentageGeneration Method
    In This Topic
    Gets a value indicating whether the seed percentage is calculated automatically.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
    
    var value; // Type: boolean
    value = instance.get_AutoSeedPercentageGeneration();
    
    
    function get_AutoSeedPercentageGeneration() : boolean;
    

    Return Value

    True - seed percentage is calculated automatically; False - seed percentage is NOT calculated automatically. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also