This document is archived and information here might be outdated.  Recommended version.


IExportPDFPasswordSecurity.SecurityEncryptionMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPDFPasswordSecurity Interface > IExportPDFPasswordSecurity.SecurityEncryptionMethod Property
ArcGIS Developer Help

IExportPDFPasswordSecurity.SecurityEncryptionMethod Property

PDF security encryption methods.

[Visual Basic .NET]
Public Property SecurityEncryptionMethod As esriPDFExtensionSecurityEncryptionMethod
[C#]
public esriPDFExtensionSecurityEncryptionMethod SecurityEncryptionMethod {get; set;}
[C++]
HRESULT get_SecurityEncryptionMethod(
  esriPDFExtensionSecurityEncryptionMethod pEncryptionMethod
);
[C++]
HRESULT put_SecurityEncryptionMethod(
  esriPDFExtensionSecurityEncryptionMethod* pEncryptionMethod
);
[C++]
Parameters
pEncryptionMethod [in]

pEncryptionMethod is a parameter of type esriPDFExtensionSecurityEncryptionMethod pEncryptionMethod [out, retval]
pEncryptionMethod is a parameter of type esriPDFExtensionSecurityEncryptionMethod*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExportPDFPasswordSecurity Interface