Uploading the image

Hi,

Is it possible to upload an image in the signature component? So that the user loads the image in the signature component and then can sign on the image and finally save the final image?





1 Reply

YA YuvanShankar Arunagiri Syncfusion Team November 16, 2022 08:22 AM UTC

Using the BackgroundImage property, we can set the background image to signature pad and using the SavaWithBackground property, we can save the sign with background image. Refer to the below API link and code snippet.

API link: https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Inputs.SfSignature.html#Syncfusion_Blazor_Inputs_SfSignature_BackgroundImage

, https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Inputs.SfSignature.html#Syncfusion_Blazor_Inputs_SfSignature_SaveWithBackground

<SfSignature BackgroundImage="your image url" SaveWithBackground="true"></SfSignature>



Loader.
Up arrow icon