Hi, first of all, sorry for my English.
I am using the sfPdfViewer viewer with MVVM architecture in Xamarin forms.
In the viewer I add a handwritten signature and it works fine.
However, I dont know how to access the modified file. I've tried using something like like this: InputFileStream = "{Binding PdfDocumentStream, Mode = TwoWay}"
The PdfDocumentStream property always has the original document without modifications.
How could I get - in MVVM architecture - the stream modified with the handwritten signature?
Thanks.