Manuals

 

SetaPDF_Signer::setLocation()

Description

class SetaPDF_Signer extends SetaPDF {
mixed setLocation ( string $location ) }

This method is a synonym method for:

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

Parameters

$location

The CPU host name or physical location of signing.

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.