Skip to content

Updated H1 #349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: hotfix/hotfix-v24.2.3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions angular/Signature/How-To.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down