EncryptionInfo
Represents security information of the PDF document.
public class EncryptionInfo
Public Class EncryptionInfo
Inheritance: ObjectEncryptionInfo
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Constructors
| EncryptionInfo() | Initializes a new instance of the EncryptionInfo class. |
Properties
| AllowAccessibility | Gets accessibility programs should be able to read the documents text and images for the user. |
| AllowCopy | Gets text and images can be copied to the clipboard by the user. |
| AllowDocumentAssembly | Gets the document can be assembled and manipulated by the user. |
| AllowEdit | Gets the document can be edited by the user. |
| AllowFormFilling | Gets form filling should be allowed by the user. |
| AllowHighResolutionPrinting | Gets the document can be printed at a high resolution by the user. |
| AllowPrint | Gets the document can be printed by the user. |
| AllowUpdateAnnotsAndFields | Gets annotations and form fields can be added, edited and modified by the user. |
| EncryptAllExceptMetadata | Gets encrypts all document contents except metadata. |
| EncryptOnlyFileAttachments | Gets encrypts only file attachments. |
| HasOwnerPassword | Gets the owner password information of the PDF document. Returns true if the PDF document has document modification/permission password otherwise flase. |
| HasUserPassword | Gets the user password information of the PDF document. Returns true if the PDF document has document open password otherwise flase. |
| SecurityInfo | Gets the security information of the PDF document. Returns the type of the security the PDF document has. |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (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) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |