Click or drag to resize

PdfSignatureField Properties

The PdfSignatureField type exposes the following members.

Properties
 NameDescription
Public propertyAppearance Gets the appearance settings for this PdfSignatureField.
Public propertyFieldType Gets the Signature value.
(Overrides PdfFieldFieldType)
Public propertyLockedFields Gets or sets the set of form fields whose change invalidate the signature.
Public propertyRequired If set, the field shall have a value at the time it is exported by a submit-form action (see 12.7.5.2, "Submit-Form Action").
Public propertyValue

Gets or sets the PdfSignatureField value as an instance of the PdfSignature type.

Setting this property, Appearance gets automatically updated.

Top
See Also