Click or drag to resize
Pdftools logo

SignatureConfigurationFieldName Property

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:


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public string FieldName { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the creating provider has already been closed
See Also