Class PdfSignatureField
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a signature field.
public sealed class PdfSignatureField : PdfControl
- Inheritance
-
PdfSignatureField
- Inherited Members
Remarks
A signature field is a form field that contains a digital signature.
The Sign PDF documents in C# and VB.NET article shows how create signature fields.
Read the Verify PDF signature in C# and VB.NET article to see how to access and verify digital signatures in signature fields.
Check out the other articles and code samples on the Digital signatures page.
Properties
- Lock
(PDF 1.5) Gets or sets the signature field lock that specifies a set of form fields that shall be locked when this signature field is signed.
- Signature
Gets the PdfSignature object that specifies the signature associated with this signature field.