VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ThumbnailCaptionFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThumbnailCaptionFormat Method
    In This Topic
    Gets a format string for thumbnail caption.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: string
    value = instance.get_ThumbnailCaptionFormat();
    
    
    function get_ThumbnailCaptionFormat() : string;
    

    Return Value

    A format string for thumbnail caption. Default value is "{ImageNumber}".
    Browser Compatibility
    56+
    45+
    11
    See Also