typedef enum
{
DOC2_PDF_SECURITY_NONE = 0,
DOC2_PDF_SECURITY_40BITS,
DOC2_PDF_SECURITY_128BITS,
} DOC2_PDFSECURITY;
The DOC2_PDFSECURITY enumerated type identify which level of PDF security to use when outputting recognition results.
Value |
Meaning |
DOC2_PDF_SECURITY_NONE |
No security |
DOC2_PDF_SECURITY_40BITS |
40 bit RC4 |
DOC2_PDF_SECURITY_128BITS |
128 bit RC4 |
This enumerated type is used by the following structure: