This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPDFPasswordSecurity Interface > IExportPDFPasswordSecurity.UserPassword Property (ArcObjects .NET 10.4 SDK) |
User password, allows to open the PDF document.
[Visual Basic .NET] Public Property UserPassword As String
[C#] public string UserPassword {get; set;}
[C++]
HRESULT get_UserPassword(
BSTR* pPasswd
);
[C++]
HRESULT put_UserPassword(
BSTR pPasswd
);
[C++]
Parameters pPasswd [out, retval] pPasswd is a parameter of type BSTR pPasswd [in] pPasswd is a parameter of type BSTR