EnablePerformer property
Returns or sets a value indicating whether or not the Performed By section of the electronic signature window will enabled. Read/write.* Boolean.
Syntax
object
.EnablePerformer
[ = value
]where
object
– is the name of a SignatureButton object or an expression that evaluates to a SignatureButton object.value
– is a Boolean value that determines whether or not the Performed By section of the electronic signature window is enabled.Remarks
- *When the electronic signature window is open at runtime, in other words when a signature authentication operation is taking place, this property is read-only.At runtime when the electronic signature window is not open (no signature authentication is taking place) the property is read/write.This means that you can use VBA code to make changes to the signature button properties at runtime, as long as the electronic signature window is not open.
- If this is disabled, the EnableApprover property will be set to False.
Provide Feedback