I received data from web services as byte I catch them in this property
public byte[] Content { get; set; }
I have a web view to display the content of that byte. How to do this
is it need to convert to pdf or can these content directly called by the webview