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


IExportPDFPasswordSecurity.UserPassword Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Output)  

IExportPDFPasswordSecurity.UserPassword Property

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(
  System.String* pPasswd
);
[C++]

Parameters pPasswd [in]
pPasswd is a parameter of type BSTR pPasswd [out, retval]
pPasswd is a parameter of type BSTR*

Product Availability

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

See Also

IExportPDFPasswordSecurity Interface