[]
Specifies the permissions available for a PDF document. These values can be combined using a bitwise OR combination.
[TypeConverter(typeof())]
[Flags]
public enum PdfPermissions
| Name | Description |
|---|---|
| AllowAccessibleReaders | |
| AllowAssembly | |
| AllowCopy | |
| AllowFillIn | |
| AllowModifyAnnotations | |
| AllowModifyContents | |
| AllowPrint | |
| None |