Skip to content

SEO-183463 Angularjs Missing H1 #276

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 4 commits into
base: hotfix/hotfix-v26.1.35
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
14 changes: 7 additions & 7 deletions angularjs/Signature/How-To.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Syncfusion Signature How To
description: How To
platform: AngularJS
title: How To Section in AngularJS Signature | Syncfusion
description: Learn here all about how to section Syncfusion AngularJS Signature component, its elements and more.
platform: angularjs
control: Signature
documentation: ug
---

## How To?
# How To Section in AngularJS Signature

### Save signature image with user defined format
## Save signature image with user defined format

By default, the downloaded image from the signature canvas will be in **png** format. We can define our own format to download the image with [`e-saveimageformat`] property. And we can also save the image along with the background by using the **e-savewithbackground** property.

Expand Down Expand Up @@ -76,7 +76,7 @@ syncApp.controller('signatureCtrl', function ($scope) {



### Make signature as responsive
## Make signature as responsive

When the signature component is resized or even the window is resized the strokes drawn in the signature will be disappeared. To make the strokes visible even after resizing the window, we must set the **e-isresponsive** property as true.

Expand Down Expand Up @@ -105,7 +105,7 @@ After giving the Responsiveness:



### To check whether any input to the signature control since render
## To check whether any input to the signature control since render

We can detect whether not there has been any input to the signature control since render. To detect we can use the storeSnap public variable, which is an array that stores all the canvas inputs. At initial rendering this array is empty and we can use this variable to check for the drawn strokes.

Expand Down