The password of the user specified by Username and Domain properties.
By default this property is not set.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string Password { get; set; } |
| Visual Basic |
|---|
Public Property Password As String Get Set |
| Visual C++ |
|---|
public: property String^ Password { String^ get (); void set (String^ value); } |