typedef enum _DOCWRTPDFENCRYPTIONMODE
{
DOCWRTPDFENCRYPTIONMODE_RC40BIT = 0,
DOCWRTPDFENCRYPTIONMODE_RC128BIT,
}DOCWRTPDFENCRYPTIONMODE, *pDOCWRTPDFENCRYPTIONMODE;
The DOCWRTPDFENCRYPTIONMODE enumeration provides information about the encryption level for PDF document:
Use 40-bit RC4 encryption mode.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document