• Bookmark at: Del.icio.us
  • Bookmark at: Mister Wong
  • Bookmark at: Linkarena
  • Bookmark at: Digg
  • Bookmark at: Yahoo
  • Bookmark at: Google
  • Bookmark at: Icio

Manuals

 

SetaPDF_Signer::setReason()

Description

class SetaPDF_Signer extends SetaPDF {
mixed setReason ( string $reason ) }

This method is a synonym method for:

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

Parameters

$reason

The reason for the signing, such as (I agree...).

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.