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 c38a893 commit 4c4283aCopy full SHA for 4c4283a
1 file changed
Security/AddDigitalSignature/AddDigitalSignature.cs
@@ -57,7 +57,7 @@ static void Main(string[] args)
57
58
// Setup the signer information
59
// (Logo image is optional)
60
- sigDoc.SetSignerInfo(sOutput, 0.5F, "John Doe", "Chicago, IL", "Approval", "Datalogics, Inc.",
+ sigDoc.SetSignerInfo(sLogo, 0.5F, "John Doe", "Chicago, IL", "Approval", "Datalogics, Inc.",
61
DisplayTraits.KDisplayAll);
62
63
// Set the size and location of the signature box (optional)
0 commit comments