PXC_StdEncryptionMehtod Enumeration

From PDF XChange PDF SDK
Revision as of 07:42, 28 December 2016 by Palamar (Talk | contribs)

Jump to: navigation, search


Specifies the encryption method type.

Syntax

enum PXC_StdEncryptionMehtod
{
    SEM_NoEncryption = -1,
    SEM_AV3          = 0,
    SEM_AV5          = 1,
    SEM_AV6          = 2,
    SEM_AV7          = 3,
    SEM_AV9          = 4,
    SEM_AV10         = 5,
};

Constants

SEM_NoEncryption
No encryption is specified.
SEM_AV3
Acrobat 3 compatibility encryption is specified. The encryption level is 40-bit RC4.
SEM_AV5
Acrobat 5 compatibility encryption is specified. The encryption level is 128-bit RC4.
SEM_AV6
Acrobat 6 compatibility encryption is specified. The encryption level is 128-bit RC4.
SEM_AV7
Acrobat 7 compatibility encryption is specified. The encryption level is 128-bit AES.
SEM_AV9
Acrobat 9 compatibility encryption is specified. The encryption level is 256-bit AES.
SEM_AV10
Acrobat X compatibility encryption is specified. The encryption level is 256-bit AES.

See Also

IPXC_Document::SetStdEncryption