PDF security options
| C# | Visual Basic | Visual C++ |
public class PdfSecurityOptions
Public Class PdfSecurityOptions
public ref class PdfSecurityOptions
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PdfSecurityOptions()()() | ||
| CanAssembleDocument |
Can assembling of the document (create bookmarks, thumbnail images or insert, rotate, delete
pages).
| |
| CanCopyContent |
Can to copy document content.
| |
| CanEditAnnotations |
Can to edit PDF document annotations.
| |
| CanEditContent |
Can to edit PDF document content.
| |
| CanFillFormFields |
Can the form fields to be filled.
/// | |
| CanPrint |
Can the document to be printed.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| KeySize |
The dimension of the encryption key.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OwnerPassword |
The password required to change permissions of the PDF document.
| |
| ToString()()() | (Inherited from Object.) | |
| UserPassword |
The password required to open the PDF document.
|
| Object | |
| PdfSecurityOptions | |