VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / set_RenderingSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_RenderingSettings Method
    In This Topic
    Sets the rendering settings for this image.
    Syntax
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebRenderingSettingsJS
    
    returnValue = instance.set_RenderingSettings(value);
    
    
    function set_RenderingSettings(
    value
    WebRenderingSettingsJS for this image.
    : WebRenderingSettingsJS
    ) : any;

    Parameters

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