5 Jul 20221 minute to read
To migrate from the Xamarin SignaturePad to .NET MAUI SignaturePad easier, most of the APIs from the Xamarin SfSignaturePad were kept in the .NET MAUI SfSignaturePad. However, to maintain the consistency of API naming in the.NET MAUI SfSignaturePad, some of the APIs have been renamed. Please find the difference in the following topics.
Namespaces
Xamarin SfSignaturePad |
.NET MAUI SfSignaturePad |
Syncfusion.XForms.SignaturePad |
Syncfusion.Maui.SignaturePad |
Properties
Methods
Xamarin SfSignaturePad |
.NET MAUI SfSignaturePad |
Description |
Save
|
ToImageSource
|
Gets the drawn signature in the SfSignaturePad as an image. |
Clear
|
Clear
|
Clears the drawn signature in the SfSignaturePad. |
Events