We have different signing scenarios where we want to use different Signing Page Logos. How do I do that with Java SDK?
Thanks
May 8Created
January 21Last Updated
5 years agoLast Reply
1Replies
46Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: Signing Page Logo
Wednesday, May 8, 2019 at 08:11am
1
votes
Hey Oliver,
You can use below Java Code setting Signing Ceremony logos, it's a package level setting so that you can have different logos for each package:
To note:
1. You can either store the pictures at OneSpan Sign side (by contacting our support team at [email protected]) or you can use a public resource.
2.If you want to remove the logo, you can use empty string in the code: .withLogoSource("")))
Hope this could help!
Duo
Reply to: Signing Page Logo
Wednesday, May 8, 2019 at 08:11am.withLogoSource("")))
Hope this could help! Duo