Click or drag to resize
Pdftools logo

TimestampConfigurationFieldName Property

The name of the existing signature field

The FieldName of an existing, unsigned signature field to time-stamp. Note that when an existing signature field is used, 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.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public string FieldName { get; set; }

Property Value

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