GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfPermissions Enum

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Defines operations that are allowed to a user on an encrypted PDF document.

    • C#
    • VB.NET
    [Flags]
    public enum PdfPermissions
    <Flags>
    Public Enum PdfPermissions
    Remarks

    For more information about PDF encryption, see Permissions remarks.

    Fields

    All

    Allows all operations.

    ChangingTheDocument

    Allows changing the document.

    ContentAccessibilityEnabled

    Allow accessibility software to use the document contents.

    ContentCopying

    Allows copying the content.

    DocumentAssembly

    If this is disabled, inserting, deleting or rotating pages, or creating bookmarks and thumbnails is prohibited.

    HighResolutionPrinting

    Allows high resolution printing.

    ModifyAnnotations

    Allows adding or modifying text annotations, filling of interactive form fields (including signature fields).

    None

    Disallows all operations.

    Printing

    Allows printing.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.