Manuals

 

SetaPDF_Signer::setContactInfo()

Description

class SetaPDF_Signer extends SetaPDF {
mixed setContactInfo ( string $contactInfo ) }

This method is a synonym method for:

$this->setSignatureProperty('contactInfo', $contactInfo);

Parameters

$contactInfo

Information provided by the signer to enable a recipient to contact the signer to verify the signature; for example, a phone number.

If null is passed the property will not be written to the signature dictionary in the resulting PDF document.

Return Values

True is everything works as expected or an SetaPDF_Error object if an error occurs.