BrowserImpersonationAutoLogon Property
This property has effect only when
Username is also set.
It controls if the logon of the user is automatic or explicit. The default property value is true
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool AutoLogon { get; set; }
Public Property AutoLogon As Boolean
Get
Set
public:
property bool AutoLogon {
bool get ();
void set (bool value);
}
member AutoLogon : bool with get, set
Property Value
Boolean