Winnovative PDF Security Library
Winnovative.PDFSecurity Namespace
NamespacesWinnovative.PDFSecurity
Winnovative PDF Security Library
Winnovative.PDFSecurity defines the PDF security API. Basically it defines the PdfSecurityManager class that can be used to modify the security settings of a PDF document. You can set user and owner passwords for encryption or individually chage the permissions for printing, assembling, filling forms, etc.
Declaration Syntax
C#Visual BasicVisual C++
namespace Winnovative.PDFSecurity
Namespace Winnovative.PDFSecurity
namespace Winnovative.PDFSecurity
Types
All TypesClassesEnumerations
IconTypeDescription
EncryptionKeySize
The length of the encryption key

PdfSecurityManager
The PDF security manager allows you to set the security options you want to apply to the PDF document. The security options can be specified in the constructor as a PdfSecurityOptions object

PdfSecurityOptions
PDF security options

SecurePdfException
The type of exceptions thrown by the library