PDFKit.NET 2.0 Class Library (.NET 2.0)

SignatureField Properties

The properties of the SignatureField class are listed below. For a complete list of SignatureField class members, see the SignatureField Members topic.

Public Instance Properties

Certificates The signing certificate and its chain certificates.
ContactInfo Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.
DocumentModifiedAfterSigning Returns if the document is modified after the signature was added, meaning that an update is append to this document.
Export (inherited from Field) This field is included when the form is exported or submitted.
FullName (inherited from Field) The fully qualified name for this field.
IsSigned Returns if this field has a signature attached. The signature can be valid or not.
Location The CPU host name or physical location of signing.
MappingName (inherited from Field) Used when exporting data from the document.
ReadOnly (inherited from Field) Read-only state of this field.
Reason The reason for the signing, such as 'I Agree...'.
RequiredMode (inherited from Field) The required mode for this field.
SignatureHandler The Signature handler which sign this field.
SignedDate The date the signature is applied to the document.
SignedName The name which signed this document.
SignedUpdate The update in which this signature field is signed.
ToolTip (inherited from Field) The name of the field as used in the user interface.
Widgets (inherited from Field) The asociated widgets for this field.
XfaInfo (inherited from Field) Additional XFA specific information for this field.

See Also

SignatureField Class | TallComponents.PDF.Forms.Fields Namespace