This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPDFPasswordSecurity Interface > IExportPDFPasswordSecurity.SecurityEncryptionMethod Property (ArcObjects .NET 10.5 SDK) |
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