GetImageAsync Method
Request and retrieve a check or statement image (if available).
Syntax
[VB.NET] Public Function GetImageAsync(ByVal ImageRef As String, ByVal ImageRefType As String) As Task<IList<byte>>
[C#] public Task<IList<byte>> GetImageAsync(string imageRef, string imageRefType);