Back to Devexpress

TdxPDFSecurityOptions.OwnerPassword Property

vcl-dxpdfdocument-dot-tdxpdfsecurityoptions-6f87057d.md

latest1.4 KB
Original Source

TdxPDFSecurityOptions.OwnerPassword Property

Specifies the owner access password for a PDF document.

Declaration

delphi
property OwnerPassword: string read; write;

Property Value

Type
string

Remarks

Assign a password to this property to protect a document. A consumer application can open a protected document only if a user enters the owner or user password. If a user enters the owner password, the application does not impose any restrictions on available actions. If a user enters the user password, the application restricts available actions according to the Permissions property value.

Note

A saved PDF document is protected by a password 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

TdxPDFSecurityOptions Class

TdxPDFSecurityOptions Members

dxPDFDocument Unit