Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141148 | Nov 27,2018 09:07 AM UTC | Nov 29,2018 12:34 PM UTC | ASP.NET Core - EJ 2 | 4 |
![]() |
Tags: PDF |
Its urgent please Help.
//Loads the input PDF.
PdfLoadedDocument ldoc = new PdfLoadedDocument(ms);
//Get the PdfLoadedSignature Field.
PdfLoadedSignatureField field = ldoc.Form.Fields[0] as PdfLoadedSignatureField;
//Set the tool tip of the signature field.
field.ToolTip = "ToolTip";
MemoryStream outputstream = new MemoryStream();
//Save the PDF.
ldoc.Save(outputstream);
|
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.