The user Windows domain name. This property together with
Username property define the user to logon before navigation.
If the user is not part of a Windows domain the machine name can be used.
By default this property is not set.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string Domain { get; set; } |
| Visual Basic |
|---|
Public Property Domain As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ Domain {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
String
See Also