SecureBlackbox 2020 PHP Edition

Questions / Feedback?

EncryptMetadata Property

Specifies whether to encrypt the document metadata.

Object Oriented Interface

public function getEncryptMetadata();
public function setEncryptMetadata($value);

Procedural Interface

secureblackbox_pdfencryptor_get($res, 66 );
secureblackbox_pdfencryptor_set($res, 66, $value );

Default Value

true

Remarks

Use this property to enable or disable metadata encryption.

Metadata contains additional information about the document, such as its name and author.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]