Skip to content

Commit c62e914

Browse files
committed
927524_ft Removed unwanted changes
1 parent ce8fa2e commit c62e914

File tree

1 file changed

+1
-1
lines changed
  • Digital Signature/Add-a-digital-signature-to-an-existing-document/.NET/Add-a-digital-signature-to-an-existing-document

1 file changed

+1
-1
lines changed

Digital Signature/Add-a-digital-signature-to-an-existing-document/.NET/Add-a-digital-signature-to-an-existing-document/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
signature.Reason = "I am the author of this document.";
3131

3232
// Load the image for the signature field
33-
FileStream imageStream = new FileStream(Path.GetFullPath(@"..Data/signature.png"), FileMode.Open, FileAccess.Read);
33+
FileStream imageStream = new FileStream(Path.GetFullPath(@"Data/signature.png"), FileMode.Open, FileAccess.Read);
3434
PdfBitmap signatureImage = new PdfBitmap(imageStream);
3535

3636
// Draw the image on the signature field

0 commit comments

Comments
 (0)