|
@@ -117,7 +117,7 @@ namespace DigitalSignatureTest
|
|
|
/// Reason: I am the owner of the document.
|
|
|
/// DN: Subject
|
|
|
/// Location: Singapor
|
|
|
- /// IsContentAlginLeft: false
|
|
|
+ /// IsContentAlignLeft: false
|
|
|
/// IsDrawLogo: True
|
|
|
/// LogoBitmap: logo.png
|
|
|
/// text color RGB: { 0, 0, 0 }
|
|
@@ -152,11 +152,11 @@ namespace DigitalSignatureTest
|
|
|
"Reason: " + reason + " \n" +
|
|
|
"Location: " + location + "\n" +
|
|
|
"DN: " + DN + "\n",
|
|
|
- IsContentAlginLeft = false,
|
|
|
+ IsContentAlignLeft = false,
|
|
|
IsDrawLogo = true,
|
|
|
LogoBitmap = new Bitmap("Logo.png"),
|
|
|
- textColor = new float[] { 0, 0, 0 },
|
|
|
- contentColor = new float[] { 0, 0, 0 }
|
|
|
+ TextColor = new float[] { 0, 0, 0 },
|
|
|
+ ContentColor = new float[] { 0, 0, 0 }
|
|
|
};
|
|
|
string filePath = outputPath + "\\" + document.FileName + "_Signed.pdf";
|
|
|
signatureField.UpdataApWithSignature(signatureConfig);
|