We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58a118 commit 5a807b5Copy full SHA for 5a807b5
How to/Add Handwritten Signature Programmatically/src/app/app.component.ts
@@ -20,7 +20,7 @@ import {
20
selector: 'app-root',
21
// specifies the template string for the PDF Viewer component
22
template: `<div class="content-wrapper">
23
- <button (click)="addAnnotation()">Add Handwritten signature programmatically</button>
+ <button [ngStyle]="{'margin-top': '60px'}" (click)="addAnnotation()">Add Handwritten signature programmatically</button>
24
<ejs-pdfviewer id="pdfViewer"
25
[documentPath]='document'
26
[resourceUrl]='resource'
0 commit comments