PDF security and encryption options to use when updating or creating a PDF file.
public PDFSecurityOptions SecurityOptions { get; set; }
Public Property SecurityOptions As PDFSecurityOptions
public:
property PDFSecurityOptions^ SecurityOptions {
PDFSecurityOptions^ get();
void set ( PDFSecurityOptions^ );
}
A PDFSecurityOptions that contain the PDF security and encryption options to use when this PDFFile is used to update or create a PDF file. Default value is null.
The following methods of the PDFFile class will use the security options set in .SecurityOptions when updating or creating a PDF file:
If the value of SecurityOptions is null, then the PDFFile will not encrypt the result PDF file.
There are two different ways to protect a PDF file with a password:
By using a user password set in UserPassword. In this mode, external viewers such as Adobe Acrobat will ask the user for the same password when opening the file for viewing. If the correct password is supplied, then all operations and rights are granted.
By using an owner password set in OwnerPassword. In this mode, external viewers such as Adobe Acrobat will ask the user for the same password when opening the file for viewing. If the correct password is supplied, the editor will check the various access rights properties to allow or disallow certain operations on the PDF file such as printing or editing.
You cannot use both UserPassword and OwnerPassword in the same PDF file. If both values are set, then the PDFFile object will use OwnerPassword and ignore UserPassword.
Similar to the DocumentProperties property, the value of SecurityOptions will not be modified when a PDF file is loaded in this object using the Load method.
To determine whether a PDF file is encrypted and requires a password to view or modify, use the IsEncrypted method.
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