VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_SelectedThumbnailAppearance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SelectedThumbnailAppearance Method
    In This Topic
    Sets the appearance of the selected thumbnail.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebThumbnailAppearanceJS
    
    returnValue = instance.set_SelectedThumbnailAppearance(value);
    
    
    function set_SelectedThumbnailAppearance(
    value
    WebThumbnailAppearanceJS of the selected thumbnail.
    : WebThumbnailAppearanceJS
    ) : any;

    Parameters

    value
    WebThumbnailAppearanceJS of the selected thumbnail.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also