typedef enum tag_EEPNPDFSECURITYMETHOD
{
PDFSECURITYMETHOD_RC4_40BIT = 0,
PDFSECURITYMETHOD_RC4_128BIT
} EEPNPDFSECURITYMETHOD, L_FAR * pEEPNPDFSECURITYMETHOD;
The EEPNPDFSECURITYMETHOD enumeration specifies the encryption method to be used when saving PDF documents.
Value |
Meaning |
PDFSECURITYMETHOD_RC4_40BIT |
Use RC4 40 bit encryption. |
PDFSECURITYMETHOD_RC4_128BIT |
Use RC4 128 bit encryption. |
Comments
This enumeration is used within the EPNPDFOPTIONS structure.