The SecurityOptions type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | EnableAdding |
Enable or disable adding and changing text notes and AcroForm fields.
|
 | EnableChanging |
Enable or disable changing the document other than by adding or
changing text notes and AcroForm fields.
|
 | EnableCopying |
Enable or disable copying of text and graphics from the document.
|
 | EnablePrinting |
Enables or disables printing.
|
Fields
|
| Name | Description |
|---|
 | m_ownerPassword |
Password that disables all security permissions
|
 | m_permissions |
Collection of flags describing permissions granted to user who opens
a file with the user password.
|
 | m_userPassword |
The user password
|
Properties
|
| Name | Description |
|---|
 | OwnerPassword |
Returns the owner password as a string.
|
 | Permissions |
The document access privileges encoded in a 32-bit unsigned integer
|
 | UserPassword |
Returns the user password as a string.
|
See Also