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 Source

OwnerPassword

Gets or sets the owner password to encrypt a PDF.

Declaration
string OwnerPassword { get; set; }
Property Value
Type Description
string
| Edit this page View Source

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
| Edit this page View Source

UserPassword

Gets or sets the user password to encrypt a PDF.

Declaration
string UserPassword { get; set; }
Property Value
Type Description
string