Hi Syncfusion Team,
SfPdfViewer is a great control (like others). I have a suggestion which may or may not be in line with your roadmap.
The Control has ItemSource property that works well with Stream source. However, application users interact with Document rather than the stream as per current design. So Document is more useful to developers. There is no bindable property Document on SfPdfviewer control in XAML. I was wondering if you can add one with a couple of events like PropertyChanged or method OnPropertyChanged.
I am using a custom attached property "Document" and binding it to the Document property of the control that so far works well.
Thank you for great controls and greater help.
HSPR