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.8.0+c1110cafb37403de0188424e1c97e84e318ca892
Syntax
C#
public string FieldName { get; set; }

Property Value

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