Hi
Hi Marco,
PKCS7 pkcs = new PKCS7(myDir + “temp.pfx”,
“password”); // Use PKCS7/PKCS7Detached objects<o:p></o:p>
//DocMDPSignature docMdpSignature = new DocMDPSignature(pkcs, DocMDPAccessPermissions.FillingInForms);
System.Drawing.Rectangle rect = new System.Drawing.Rectangle(100, 100, 200, 100);
//set signature appearance
signature.SignatureAppearance = myDir+"imgLogoPdf1.png";
//create any of the three signature types
//signature.Certify(1, "Signature Reason", "Contact", "Location", true, rect, docMdpSignature);
signature.Sign(1, "Signature Reason", "Contact", "Location", true, rect, pkcs);
//save output PDF file
signature.Save(outFile);
Hi there,
PKCS7 pkcs = new PKCS7(pbxFile, “test”);
// Use PKCS7/PKCS7Detached objects<o:p></o:p>
pkcs.ShowProperties = false; // Hide properties