DOC2_PDFSECURITY

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

Comments

This enumerated type is used by the following structure:

PDFCOMMONSETTINGS

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Professional OCR C API Help