encrypt method
encrypt
Encrypts the document.
def encrypt(self, password):
...
| Parameter | Type | Description |
|---|---|---|
| password | System.String | The password that will be required to open the document. |
Encrypts the document.
def encrypt(self, password):
...
| Parameter | Type | Description |
|---|---|---|
| password | System.String | The password that will be required to open the document. |