From 7944394a3c3d7aaebb965f154563053109162a4f Mon Sep 17 00:00:00 2001 From: Jeffreysebastian <145664919+Jeffreysebastian@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:52:03 +0530 Subject: [PATCH 1/2] Updated H1 --- angular/Signature/How-To.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/Signature/How-To.md b/angular/Signature/How-To.md index 9bf17ebe..d69a47a0 100644 --- a/angular/Signature/How-To.md +++ b/angular/Signature/How-To.md @@ -7,7 +7,7 @@ control: Signature documentation: ug --- -##How To? +#How To? ### Save signature image with user defined format From a24e6bd71a465fcc946e394e06012baa24ed8978 Mon Sep 17 00:00:00 2001 From: Jeffreysebastian <145664919+Jeffreysebastian@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:11:11 +0530 Subject: [PATCH 2/2] Updated Title, Description, H1 --- angular/Signature/How-To.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/angular/Signature/How-To.md b/angular/Signature/How-To.md index d69a47a0..4d692f95 100644 --- a/angular/Signature/How-To.md +++ b/angular/Signature/How-To.md @@ -1,15 +1,13 @@ --- layout: post -title: Syncfusion Signature How To section -description: How To +title: Save signature image using Angular Signature | Syncfusion +description: Using the Angular Signature component the user can save the signature image with the defined format. platform: Angular control: Signature documentation: ug --- -#How To? - -### Save signature image with user defined format +# How to save signature image with user defined format? By default the downloaded image from the signature canvas will be of **png** format. We can define our own format to download the image with **saveImageFormat** property. And we can also save the image along with the background by using the **saveWithBackground** property.