Dear SyncFusion team,
We have purchased and configured Xamarin.Android.SfPdfViewer like :
Stream objStream = webresponse.GetResponseStream();
mPDFView.ZoomPercentage = Constants.PDF_VIEWER_ZOOM_PERCENTAGE;
mPDFView.DocumentSaveInitiated += PdfView_DocumentSaveInitiated;
mPDFView.PageViewMode = PageViewMode.Continuous;
mPDFView.LoadDocument(objStream);
and in XAML:
<Syncfusion.SfPdfViewer.Android.SfPdfViewer
android:background="@android:color/holo_red_dark"
android:id="@+id/pdfView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
It works fine when pages length is 1. But when page is more than 2 it is failing and the exception:
Unhandled Exception:
System.ArgumentException: An item with the same key has already been added. Key: Img0
in the level of SfPdfViewer library.
Can you please clarify the way to fix it ?
Version is latest 18.3.0.35