Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146816 | Aug 21,2019 12:30 PM UTC | Sep 24,2019 05:29 AM UTC | WinForms | 7 |
![]() |
Tags: PDF |
//Get loaded page
PdfLoadedPage loadedPage = loadedDocument1.Pages[0] as PdfLoadedPage;
float height = loadedPage.Size.Height;
//Creates a digital signature
PdfSignature pdfSignature = new PdfSignature(loadedDocument1, loadedPage, pdfCert, "Signature2");
//Sets signature information
pdfSignature.Bounds = new RectangleF(new PointF(100, 200), new SizeF(200, height)); |
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.