VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebThumbnailAppearanceJS type / WebThumbnailAppearanceJS Constructor(string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebThumbnailAppearanceJS Constructor(string,string)
    In This Topic
    Initializes a new instance of the WebThumbnailAppearanceJS class.
    Syntax
    // Parameters
    var backgroundStyle; // Type: string
    var borderStyle; // Type: string
    
    var instance = new Vintasoft.Imaging.WebThumbnailAppearanceJS(backgroundStyle, borderStyle);
    
    
    function WebThumbnailAppearanceJS(
    backgroundStyle
    the background style of thumbnail.
    : string,
    borderStyle
    CSS style of border around the thumbnail, that contain information about style and color of border.
    : string
    ) : WebThumbnailAppearanceJS;

    Parameters

    backgroundStyle
    the background style of thumbnail.
    borderStyle
    CSS style of border around the thumbnail, that contain information about style and color of border.
    Browser Compatibility
    56+
    45+
    11
    See Also