owner_password property
owner_password property
Gets or sets the owner password for the encrypted PDF document.
Remarks
The owner password allows the user to open an encrypted PDF document without any access restrictions specified.
Definition:
@property
def owner_password(self):
...
@owner_password.setter
def owner_password(self, value):
...
See Also
- module
aspose.cells.rendering.pdfsecurity
- class
PdfSecurityOptions