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


IExportPDFPasswordSecurity.MasterPassword Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportPDFPasswordSecurity Interface > IExportPDFPasswordSecurity.MasterPassword Property
ArcGIS Developer Help

IExportPDFPasswordSecurity.MasterPassword Property

Master password, allows to restrict editing security and permission settings of PDF document.

[Visual Basic .NET]
Public Property MasterPassword As String
[C#]
public string MasterPassword {get; set;}
[C++]
HRESULT get_MasterPassword(
  BSTR pPasswd
);
[C++]
HRESULT put_MasterPassword(
  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