PXC_StdEncryptionMehtod Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:PXC_StdEncryptionMehtod Enumeration}} | {{#customTitle:PXC_StdEncryptionMehtod Enumeration}} | ||
{{#parentPage:PXV:PXC_Enumerations|PXC_StdEncryptionMehtod|enum}} | {{#parentPage:PXV:PXC_Enumerations|PXC_StdEncryptionMehtod|enum}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Specifies the | + | Specifies the encryption method type. |
== Syntax == | == Syntax == | ||
Line 23: | Line 22: | ||
== Constants == | == Constants == | ||
;SEM_NoEncryption | ;SEM_NoEncryption | ||
− | : | + | :No encryption is specified. |
;SEM_AV3 | ;SEM_AV3 | ||
− | :The | + | :Acrobat 3 compatibility encryption is specified. The encryption level is 40-bit RC4. |
;SEM_AV5 | ;SEM_AV5 | ||
− | :The | + | :Acrobat 5 compatibility encryption is specified. The encryption level is 128-bit RC4. |
;SEM_AV6 | ;SEM_AV6 | ||
− | :The | + | :Acrobat 6 compatibility encryption is specified. The encryption level is 128-bit RC4. |
;SEM_AV7 | ;SEM_AV7 | ||
− | :The | + | :Acrobat 7 compatibility encryption is specified. The encryption level is 128-bit AES. |
;SEM_AV9 | ;SEM_AV9 | ||
− | :The | + | :Acrobat 9 compatibility encryption is specified. The encryption level is 256-bit AES. |
;SEM_AV10 | ;SEM_AV10 | ||
− | :The | + | :Acrobat X compatibility encryption is specified. The encryption level is 256-bit AES. |
== See Also == | == See Also == | ||
[[PXV:IPXC_Document_SetStdEncryption|IPXC_Document::SetStdEncryption]] | [[PXV:IPXC_Document_SetStdEncryption|IPXC_Document::SetStdEncryption]] |
Revision as of 06:42, 28 December 2016
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.