Signature Pad Xamarin.Forms Saving signature as a file
问题 I am a beginner in Xamarin. I tried to write a simple app to save the signature with the help of Signature Pad. A piece of code from MainPage.xaml <controls:SignaturePadView x:Name="SignaturePAD" Grid.Row="1" StrokeColor="Black" StrokeWidth="3" BackgroundColor="Gray" CaptionTextColor="Black" PromptTextColor="Black" SignatureLineColor="Black" CaptionText="Podpis odbiorcy"> </controls:SignaturePadView> <Button Grid.Row="2" x:Name="SaveButton" Text="Potwierdź" Clicked="SaveSignature"/> and a