A flag indicating if the credentials of the user running the converter are sent when the converter requests the web page from server.
If the
Username property is set this property will not have any effect.
The default value is true
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool UseDefaultCredentials { get; set; } |
| Visual Basic |
|---|
Public Property UseDefaultCredentials As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool UseDefaultCredentials {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also