ImageRequest.Offset Property (Bing, Version 2.0)

Specifies the offset requested, from zero, for the starting point of the result set to be returned for this ImageRequest.

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

Remarks

The offset specifies the requested position in the result set for the response that is returned for this source.

Offset is typically used in conjunction with the Count property on the SourceRequest object, and the Total property on the ImageResponse object, to facilitate paging through long lists of results.

The default value for Offset is 0 (zero), and the maximum offset value is 1,000. If any other value is specified, an error is returned.

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