VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebGotoActionMetadataJS type / set_SizeMode Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SizeMode Method
    In This Topic
    Sets the size mode that must be set in an image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.WebGotoActionMetadataJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebImageSizeModeEnumJS
    
    returnValue = instance.set_SizeMode(value);
    
    
    function set_SizeMode(
    value
    The size mode that must be set in an image viewer.
    : WebImageSizeModeEnumJS
    ) : any;

    Parameters

    value
    The size mode that must be set in an image viewer.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also