Skip to content

Commit 4c4283a

Browse files
Fix logo path
1 parent c38a893 commit 4c4283a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Security/AddDigitalSignature/AddDigitalSignature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static void Main(string[] args)
5757

5858
// Setup the signer information
5959
// (Logo image is optional)
60-
sigDoc.SetSignerInfo(sOutput, 0.5F, "John Doe", "Chicago, IL", "Approval", "Datalogics, Inc.",
60+
sigDoc.SetSignerInfo(sLogo, 0.5F, "John Doe", "Chicago, IL", "Approval", "Datalogics, Inc.",
6161
DisplayTraits.KDisplayAll);
6262

6363
// Set the size and location of the signature box (optional)

0 commit comments

Comments
 (0)