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