Interface IPermissions
Password and other permissions set on the document.
Namespace: PSPDFKit.Api
Assembly: Api.dll
Syntax
public interface IPermissions
Properties
| Edit this page View SourceOwnerPassword
Gets or sets the owner password to encrypt a PDF.
Declaration
string OwnerPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PermissionFlags
Gets or sets the flag that specifies what users can do with an output PDF.
Declaration
DocumentPermissionFlag PermissionFlags { get; set; }
Property Value
| Type | Description |
|---|---|
| DocumentPermissionFlag |
UserPassword
Gets or sets the user password to encrypt a PDF.
Declaration
string UserPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |