Discuss this help topic in SecureBlackbox Forum
Specifies if metadata are encrypted.
Declaration
[C#]
bool EncryptMetadata;
[VB.NET]
Property EncryptMetadata As Boolean
[Pascal]
property EncryptMetadata : boolean;
[C++]
bool get_EncryptMetadata();
void set_EncryptMetadata(bool Value);
[PHP]
bool get_EncryptMetadata()
void set_EncryptMetadata(bool $Value)
[Java]
boolean getEncryptMetadata();
void setEncryptMetadata(boolean Value);
Description
Use this property to specify if metadata are encrypted.
Metadata contains some additional information about document such as its name, authors, etc.
If value is
True metadata will be encrypted.
Discuss this help topic in SecureBlackbox Forum