This class encapsulates the options to control the PDF document
security options. The PDF document is modified
to apply the properties from the PdfSecurityOptions before being displayed in the viewer control
and this might introduce an additional delay before the document is displayed.
Inheritance Hierarchy
EvoPdf.PdfViewerAspNetPdfSecurityOptions
Namespace: EvoPdf.PdfViewerAspNet
Assembly: EvoPdfViewerAspNet (in EvoPdfViewerAspNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
[SerializableAttribute] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class PdfSecurityOptions
The PdfSecurityOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfSecurityOptions | Initializes a new instance of the PdfSecurityOptions class |
Properties
Name | Description | |
---|---|---|
CanAssembleDocument |
Can assemble the document (create bookmarks, thumbnail images or insert, rotate, delete
pages). This property has effect when a 128 bit key is used.
| |
CanCopyAccessibilityContent |
Can copy the document accessibility content
| |
CanCopyContent |
Can copy the document content.
| |
CanEditAnnotations |
Can edit PDF document annotations.
| |
CanEditContent |
Can edit PDF document content.
| |
CanFillFormFields |
Can fill the form fields. This property has effect when a 128 bit key is used.
| |
CanPrint |
Can print the document.
| |
CanPrintHighResolution |
Can print in high resolution
| |
EncryptionAlgorithm |
The encryption algorithm. The default algorithm is RC4.
| |
KeySize |
The dimension of the encryption key. By default a 128 bit key is used.
| |
OwnerPassword |
The password required to change permissions of the PDF document like printing or editing. If the OwnerPassword property is an empty string and the UserPassword is not empty,
the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password)
all the operations like printing, copying, etc will be allowed.
| |
UserPassword |
The password required to open the PDF document. If the OwnerPassword property is an empty string and the UserPassword is not empty,
the OwnerPassword will be automatically assigned with the value from UserPassword and when the PDF document is opened in the viewer using the user password (which is also the owner password)
all the operations like printing, copying, etc will be allowed.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also