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

The enumeration is used by:

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - OmniPage Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.