ImageRequest.Count Property (Bing, Version 2.0)

Specifies the number of results to return per ImageRequest.

Public Property Count As UInt32
public UInt32 Count { get; set; }

Remarks

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.

See Also

Concepts

Image SourceType (Bing, Version 2.0)
Image SourceType Code Samples