Click or drag to resize

PDFDocCreateDigitalSignatureField Method (String)

Creates an unsigned digital signature form field inside the document.

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

Parameters

in_sig_field_name
Type: SystemString
The fully-qualified name to give the digital signature field. If one is not provided, a unique name is created automatically.

Return Value

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