Gets or sets the document's permission flags
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This set method may be removed in the future, but get method still works")] public PdfPermissionsFlags Permissions { get; set; }
<ObsoleteAttribute("This set method may be removed in the future, but get method still works")> Public Property Permissions As PdfPermissionsFlags Get Set
public: [ObsoleteAttribute(L"This set method may be removed in the future, but get method still works")] property PdfPermissionsFlags Permissions { PdfPermissionsFlags get (); void set (PdfPermissionsFlags value); }
[<ObsoleteAttribute("This set method may be removed in the future, but get method still works")>] member Permissions : PdfPermissionsFlags with get, set