Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148113 | Oct 6,2019 11:25 PM UTC | Nov 1,2019 03:37 PM UTC | Xamarin.Forms | 3 |
![]() |
Tags: PdfViewer |
//Do not close the filestream it will be internally disposed of by the SfPdfViewer.
//Remove the following line in the sample. fileStream.Close(); //Use this to get the byte array from Json string .
string jsonData = "{\"FirstName\":\"Mike\"}"; byte[] byteArray = Encoding.UTF8.GetBytes(jsonData); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.