VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / setRenderingSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    setRenderingSettings Method
    In This Topic
    Sets the rendering settings for all images from this collection.
    Syntax
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var value; // Type: WebRenderingSettingsJS
    
    value = instance.setRenderingSettings(value);
    
    
    function setRenderingSettings(
    value
    WebRenderingSettingsJS for all images from this collection.
    : WebRenderingSettingsJS
    ) : any;

    Parameters

    value
    WebRenderingSettingsJS for all images from this collection.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also