Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
144389 | May 3,2019 04:42 PM UTC | May 6,2019 05:23 AM UTC | Xamarin.Android | 1 |
![]() |
Tags: PdfViewer |
Stream pdfStream = _apiHelper.DownloadPdfStream(pdfHandbook);
_pdfViewer.LoadDocument(pdfStream);
_pdfViewer.Toolbar.Enabled = false;
_pdfViewer.AnnotationSettings.HandwrittenSignature.Color = Android.Graphics.Color.Blue;
_pdfViewer.AnnotationSettings.HandwrittenSignature.Thickness = 2;
public Stream DownloadPdfStream(string source)
{
var endpoint = $"https://documents.azure.net/{source}";
var uri = new Uri(endpoint);
return m_webClient.OpenRead(uri);
}
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.