Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147466 | Sep 11,2019 04:30 PM UTC | Sep 16,2019 05:39 AM UTC | ASP.NET Core - EJ 2 | 3 |
![]() |
Tags: PDF |
WebClient myWebClient = new WebClient();
byte[] bytes = myWebClient.DownloadData("https://www.syncfusion.com/downloads/support/directtrac/general/logo2059051212");
Stream imageStream = new MemoryStream(bytes);
//Load the image from the stream
PdfBitmap image = new PdfBitmap(imageStream); |
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.