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 c3e8820 commit 0518c8fCopy full SHA for 0518c8f
UsesCases/Stamps/add/appendDocumentStamps.js
@@ -54,7 +54,7 @@ const pdfStamps = {
54
textStamp.value = configParams.TEXT_STAMP_VALUE;
55
56
const imageStamp = new Stamp();
57
- imageStamp.type =StampType.Image;
+ imageStamp.type = StampType.Image;
58
imageStamp.background = true;
59
imageStamp.horizontalAlignment = HorizontalAlignment.Center;
60
imageStamp.textAlignment = HorizontalAlignment.Center;
0 commit comments