ImageRequest.Count Property (Bing, Version 2.0)

Bing

Specifies the number of results to return per ImageRequest.

No code example is currently available or this language may not be supported.

If the number of results per page requested in the ImageRequest.Count field is greater than the total number of results returned in the ImageResponse.Total field, the number of results per page will be equal to the total number of results.

The default value for Count is 10 (ten), and the maximum count value is 50. If a value greater than 50 is specified, the Bing API returns an error.

Search results are limited to the first 1,000 results. This means that the total of ImageRequest.Count plus ImageRequest.Offset should not be greater than 1,000.

Show: