TdxPSPDFSecurityOptions.OwnerPassword Property
Specifies the owner password for an exported PDF document.
Declaration
property OwnerPassword: string read; write;
Property Value
Type |
---|
string |
Remarks
Assign a password to this property to protect exported PDF documents. A PDF viewer application can open a protected document only if a user enters the owner or user password. If a user enters the owner password, the viewer application does not impose any restrictions on available actions. If a user enters the user password, the viewer application restricts available actions according to the AllowActions property value.
Note
An exported PDF document is protected only if the Enabled property is set to True and the UserPassword property is assigned.
The OwnerPassword property’s default value is an empty string.
See Also