The PdfSecurityOptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfSecurityOptions | Initializes a new instance of the PdfSecurityOptions class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CanAssembleDocument |
Can assemble the PDF document generated by the HTML to PDF converter (create bookmarks, thumbnail images or insert, rotate, delete
pages). This property has effect when a 128 bit key is used.
| |
| CanCopyContent |
Can copy the content of the PDF document generated by the HTML to PDF converter.
| |
| CanEditAnnotations |
Can edit the annotations of the PDF document generated by the HTML to PDF converter.
| |
| CanEditContent |
Can edit the content of the PDF document generated by the HTML to PDF converter.
| |
| CanFillFormFields |
Can fill the form fields in the PDF document generated by the HTML to PDF converter. This property has effect when a 128 bit key is used.
To disable form filling the CanEditContent and CanEditAnnotations must be set on false.
| |
| CanPrint |
Can print the PDF document generated by the HTML to PDF converter. When this property is set to false the printing of the PDF document is disabled in a PDF viewer.
| |
| KeySize |
The dimension of the encryption key in the PDF document generated by the HTML to PDF converter. By default a 128 bit key is used.
| |
| OwnerPassword |
The password required to change permissions of the PDF document generated by the HTML to PDF converter, 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 generated by the HTML to PDF converter.
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.
|