Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149939 | Dec 15,2019 06:13 PM UTC | Mar 9,2020 10:36 AM UTC | WinForms | 8 |
![]() |
Tags: PDF |
//Creates a digital signature
PdfSignature signature = new PdfSignature(loadedDocument, page, pdfCert, "Signature");
//Sets signature information
signature.Bounds = new RectangleF(0, 100, 200, 100);
signature.ContactInfo = "johndoe@owned.us";
signature.LocationInfo = "Honolulu, Hawaii";
signature.Reason = "I am author of this document.";
signature.EnableValidationAppearance = true;
//Create appearance for the digital signature
signature.Appearance.Normal.Graphics.DrawRectangle(PdfBrushes.White, new RectangleF(0, 0, 200, 100));
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.