MobileForms Toolkit Documentation

DownloadMapCompletedEventArgs.ImageStream Property

Gets the Stream object containing the resulting map image data.

public System.IO.Stream ImageStream {get; set;}

Remarks

This property contains a result of a map image request. It returns null if the asynchronous request was not completed yet. Getting this property will throw a ServiceRequestException if an error occurred during the request processing.

Exceptions

Exception Type Condition
ServiceRequestException Map image request failed

See Also

DownloadMapCompletedEventArgs Class | Resco.Location.Services.Map Namespace