Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149141 | Nov 15,2019 02:38 PM UTC | Nov 18,2019 02:50 PM UTC | ASP.NET MVC - EJ 2 | 2 |
![]() |
Tags: PDF |
//Creates a digital signature
PdfSignature signature = new PdfSignature(document, page, pdfCert, "Signature");
//Sets signature information
signature.Bounds = new RectangleF(bounds);
signature.Certificated = true;
signature.DocumentPermissions = PdfCertificationFlags.ForbidChanges; |
//Creates a digital signature
PdfSignature signature = new PdfSignature(document, page, pdfCert, "Signature");
//Sets signature information
signature.Bounds = new RectangleF(bounds);
signature.Certificated = true;
signature.DocumentPermissions = PdfCertificationFlags.AllowFormFill | PdfCertificationFlags.AllowComments; |
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.