GrapeCity.ActiveReports.Export.Pdf.v8 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace : PdfPermissions Enumeration |
'Declaration Public Enum PdfPermissions Inherits System.Enum
public enum PdfPermissions : System.Enum
Member | Description |
---|---|
AllowAccessibleReaders | Allows the user to open the PDF in a variety of devices, including hand-held computers and screen readers. Value is 512. The PdfSecurity.Use128Bit property must be set to True for this setting to function. |
AllowAssembly | Allows insertion, deletion, or rotation of pages and creation of bookmarks and thumbnails even if AllowModifyContents hasn't been specified. Value is 1024. The PdfSecurity.Use128Bit property must be set to True for this setting to function. |
AllowCopy | Allows the user to copy from the PDF file. Value is 16. |
AllowFillIn | Allows the user to fill in a PDF form. Value is 256. The PdfSecurity.Use128Bit property must be set to True for this setting to function. |
AllowModifyAnnotations | Allows the user to modify annotations in the PDF. Value is 32. |
AllowModifyContents | Allows the user to modify the contents of the PDF. Value is 8. |
AllowPrint | Allows the user to print the PDF. Value is 4. |
None | Allows the user to read the PDF file, but not to modify it in any way. Value is 0. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Export.Pdf.Section.PdfPermissions