ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PDFSecurityPermission Enumeration

In This Topic
    PDFSecurityPermission Enumeration
    In This Topic
    PDF security permissions.
    Syntax
    Members
    MemberDescription
    Accessible Enable's the Accessibility API.
    All Enable permission for everything.
    AllMaster Combination of HighPrint, Edit, Copy, EditNotes
    Copy Allows to copy information from PDF document.
    DocAssembly Allows to insert/delete/rotate pages and create bookmark and thumbnail.
    Edit Allows to edit PDF document.
    EditNotes Allows to edit text notes.
    FillAndSign Allows to fill in or sign existing form or signatures.
    HighPrint Allows High quality printing.
    None No permissions
    Open Allows to open PDF document.
    Print Allows to print PDF document in low quality.
    Secure Allows to change PDF document's security.
    SpawnTempl Allows page template spawning even if Edit and EditNotes are clear.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.PDFSecurityPermission

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also