PdfSecurityPermissions Property |
Specifies the operations that are allowed to a user on an encrypted PDF document.
The default value is
DisallowAll.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic PdfPermissions Permissions { get; set; }
Public Property Permissions As PdfPermissions
Get
Set
Property Value
PdfPermissions
See Also