Click or drag to resize

PDFDocCreateDigitalSignatureField Method

Creates an unsigned digital signature form field inside the document with an automatically-generated unique name.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public DigitalSignatureField CreateDigitalSignatureField()

Return Value

Type: DigitalSignatureField
A DigitalSignatureField object representing the created digital signature field.
Exceptions
ExceptionCondition
[!:PDFNetException] PDFNetException the PDFNet exception
See Also