You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Library/NET/Working-with-Security.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1608,7 +1608,10 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
1608
1608
Read a PDF document permission flags via the [Security.Permissions](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfSecurity.html#Syncfusion_Pdf_Security_PdfSecurity_Permissions) property, which returns a bitwise combination of values from the [PdfPermissionsFlags](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Security.PdfPermissionsFlags.html) enumeration.
Using loadedDocument As New PdfLoadedDocument("Input.pdf")
1661
1670
' Access the document security settings
@@ -1678,7 +1687,7 @@ End Using
1678
1687
{% endhighlight %}
1679
1688
{% endtabs %}
1680
1689
1681
-
You can download a complete working sample from GitHub.
1690
+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Security/PDF-permission-viewer/.NET).
1682
1691
1683
1692
## Remove password from the user password PDF document
0 commit comments