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

In This Topic
    PDFSecurityEncryptionOption Enumeration
    In This Topic
    PDF security encryption options.
    Syntax
    public enum PDFSecurityEncryptionOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum PDFSecurityEncryptionOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    AllContent All contents of the document will be encrypted including metadata.
    FileAttachmentOnly Encrypt only file attachments, if any.
    NoMetaData All contents of the document will be encrypted excluding metadata.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also