Signer (Document - Java)

Read-only. The name of the person who created the signature, if a document is signed.

Defined in

Document

Data type

String

Syntax

public String getSigner()
    throws NotesException

Usage

If a document is not signed, returns an empty string.

If the signer is not trusted, returns an empty string.

Example