WebView.GetImageCount
---------------------

Returns the number of images on the current webpage.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [WebView](component_WebView.md) | [2.2](newinversion22.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |

MBS( "WebView.GetImageCount"; WebViewerRef ) 

**MBS**( **"WebView.GetImageCount";** /\* Returns the number of images on the current webpage. \*/  
**$WebViewerRef**) /\* Either the Web Viewer Object Name or the Web Viewer ID as returned by "[WebView.FindByName](WebViewFindByName.md)" function. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "[WebView.FindByName](WebViewFindByName.md)" function. |  |

### Description

Returns the number of images on the current webpage.  
### Examples

Queries image count:

 MBS ( "WebView.GetImageCount"; "web" )  
### See also

- [WebView.FindByName](WebViewFindByName.md)
- [WebView.GetFormCount](WebViewGetFormCount.md)
- [WebView.GetImage](WebViewGetImage.md)
- [WebView.GetLinkCount](WebViewGetLinkCount.md)

### Example Databases

- [CURL/WebViewer Download Images with CURL](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/CURL/WebViewer%20Download%20Images%20with%20CURL.shtml#1ScriptAnchor_)
- [WebViewer/WebViewer Images](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/WebViewer/WebViewer%20Images.shtml#1ScriptAnchor_)

### Blog Entries

- [MBS Filemaker Plugin, version 2.2pr6](https://www.mbsplugins.de/archive/2010-12-08/MBS_Filemaker_Plugin_version_2/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 18th August 2014 , last changed 18th August 2014

  
[WebView.GetImage](WebViewGetImage.md) - [WebView.GetInternetExplorerHiDPI](WebViewGetInternetExplorerHiDPI.md)

[HTML Version](WebViewGetImageCount.shtml)