Property UserPermissions
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
UserPermissions
Gets the interface for the user access permissions.
public PdfPermissions UserPermissions { get; }
Property Value
- PdfPermissions
The interface for the user access permissions.
Remarks
Default value: allow everything.
User access permissions specify which operations shall be permitted when the encrypted document is opened with user access.
Read the Encrypt PDF documents in C# and VB.NET article for examples of using this property.