Table of Contents

Property UserPermissions

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

UserPermissions

Gets the permissions granted to users of the document.

public PdfPermissionsInfo UserPermissions { get; }

Property Value

PdfPermissionsInfo

The permissions granted to users of the document.

Remarks

These permissions are for cases when the document is opened with its user password or without password at all (check RequiresPasswordToOpen to see if it is allowed). Everything is allowed when the document is opened with its owner password.

The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.