ArcGIS Pro 2.6 API Reference Guide
PDFSecurityEncryptionOption Enumeration

ArcGIS.Desktop.Mapping Namespace : PDFSecurityEncryptionOption Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Mapping Namespace