Skip to content

Commit

Permalink
927524_ft Removed unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerkhan001 committed Dec 11, 2024
1 parent ce8fa2e commit c62e914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
signature.Reason = "I am the author of this document.";

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

// Draw the image on the signature field
Expand Down

0 comments on commit c62e914

Please sign in to comment.