OutputFile Property
The file to save the encrypted document to.
Object Oriented Interface
public function getOutputFile(); public function setOutputFile($value);
Procedural Interface
secureblackbox_pdfencryptor_get($res, 70 ); secureblackbox_pdfencryptor_set($res, 70, $value );
Default Value
''
Remarks
Specifies the path where the encrypted PDF should be saved.
Data Type
String