com.esri.arcgis.output
Interface esriPDFExtensionSecurityEncryptionOption

All Superinterfaces:
java.io.Serializable

public interface esriPDFExtensionSecurityEncryptionOption
extends java.io.Serializable

Constants from esriPDFExtensionSecurityEncryptionOption' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'PDF extension security encryption options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriPDFExtensionSecurityEncryptionOptionAllContent
          All contents of the document will be encrypted including metadata.
static int esriPDFExtensionSecurityEncryptionOptionFileAttachmentOnly
          Encrypt only file attachments, if any.
static int esriPDFExtensionSecurityEncryptionOptionNoMetaData
          All contents of the document will be encrypted excluding metadata.
 

Field Detail

esriPDFExtensionSecurityEncryptionOptionAllContent

static final int esriPDFExtensionSecurityEncryptionOptionAllContent
All contents of the document will be encrypted including metadata.

See Also:
Constant Field Values

esriPDFExtensionSecurityEncryptionOptionNoMetaData

static final int esriPDFExtensionSecurityEncryptionOptionNoMetaData
All contents of the document will be encrypted excluding metadata.

See Also:
Constant Field Values

esriPDFExtensionSecurityEncryptionOptionFileAttachmentOnly

static final int esriPDFExtensionSecurityEncryptionOptionFileAttachmentOnly
Encrypt only file attachments, if any.

See Also:
Constant Field Values