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


IExportPDFPasswordSecurity.SecurityEncryptionMethod Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

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 [out, retval]
pEncryptionMethod is a parameter of type esriPDFExtensionSecurityEncryptionMethod pEncryptionMethod [in]
pEncryptionMethod is a parameter of type esriPDFExtensionSecurityEncryptionMethod

Product Availability

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

See Also

IExportPDFPasswordSecurity Interface