Discuss this help topic in SecureBlackbox Forum

TElPDFSecurityHandler.EncryptMetadata

TElPDFSecurityHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

    The default value is true.

See also:     StreamEncryptionAlgorithm     StringEncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum