typedef enum _DOCWRTPDFENCRYPTIONMODE
{
DOCWRTPDFENCRYPTIONMODE_RC40BIT = 0,
DOCWRTPDFENCRYPTIONMODE_RC128BIT,
}DOCWRTPDFENCRYPTIONMODE, *pDOCWRTPDFENCRYPTIONMODE;
The DOCWRTPDFENCRYPTIONMODE enumeration provides information about the encryption level for PDF document:
Member |
Description |
DOCWRTPDFENCRYPTIONMODE_RC40BIT |
Use 40-bit RC4 encryption mode. |
DOCWRTPDFENCRYPTIONMODE_RC128BIT |
Use 128-bit RC4 encryption mode. |
The Low Level encryption method (40-bit RC4), allows access for some PDF document areas to be restricted. If set, the user may allow/disallow the following features of the created PDF document: print document, modify document content, extract text and graphics, modify comments, etc.
The High Level Encryption method (128-bit RC4), allows for more restrictions than those of the low level encryption method. They include such options as whether high resolution printing and document assembly are allowed.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET