Click or drag to resize
Pdftools logo

SignatureConfiguration Class

Configuration for signature creation

This configuration controls the signature creation in Sign(Document, SignatureConfiguration, Stream, OutputOptions) and Certify(Document, SignatureConfiguration, Stream, MdpPermissionOptions, OutputOptions).

Use a Provider to create a signature configuration.

Note that this object can be re-used to sign multiple documents for mass-signing applications.

Inheritance Hierarchy

Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class SignatureConfiguration : NativeObject

The SignatureConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyAppearance

The visual appearance of the signature

The visual appearance or to create a signature without a visual appearance.

Default:

Public propertyContactInfo

The contact information of the signer

Information provided by the signer to enable a recipient to contact the signer to verify the signature. For example, a phone number.
Public propertyFieldName

The name of the existing signature field

The FieldName of an existing, unsigned signature field to sign. Note that when an existing signature field is signed, the appearance's position is defined by the existing field. Therefore, make sure the Appearance fits into the BoundingBox.

If a new signature field is created using a unique field name.

Default:

Public propertyLocation

The location of signing

The CPU host name or physical location of the signing.
Public propertyName

The name of the signing certificate

Public propertyReason

The reason for signing

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also