Accusoft.NotateXpress13.Net
Password Property




Gets or sets the password.
Syntax
'Declaration
 
Public Property Password As String
'Usage
 
Dim instance As Layer
Dim value As String
 
instance.Password = value
 
value = instance.Password
public string Password {get; set;}
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the password.
Remarks

The password will be automatically encoded for nxp and nxxml files.

When reading in a nxp or nxxml file, a NotateXpress.RequestLayerPassword event will be fired.

See Also

Reference

Layer Class
Layer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback