SignatureInfo.GetSignatureDetail Method
Displays a specified detail related to a signature.
Syntax
expression.GetSignatureDetail(sigdet)
expression An expression that returns a SignatureInfo object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| sigdet | Required | SignatureDetail | An enumerated value specifying which signature detail to display. |
Return Value
Variant
Example
The following example gets information on the suggested signer of the document.
| Visual Basic for Applications |
|---|
|