PdfStandardEncryptionInfo.UserPermissions Property

Gets the permissions granted to users of the document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPermissionsInfo UserPermissions { get; }
VB
Public ReadOnly Property UserPermissions As PdfPermissionsInfo
	Get

Property Value

Type: 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.

See Also