BrowserImpersonation Class

The browser impersonation settings used when accessing the HTML document to be converted

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class BrowserImpersonation
Inheritance
Object    BrowserImpersonation

Constructors

BrowserImpersonationInitializes a new instance of the BrowserImpersonation class

Properties

AutoLogon 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
ImpersonateCurrentUser When this property is true the internal browser will run in the security context of user calling the converter. The default property value is false
Password The password of the user which will run the internal browser. This property must be set when the Username property is set. The default property value is empty
UserDomain This property must be set when the Username property is set to select the user security context in which the internal browser will run. If the user is not part of a Windows domain the machine name must be used as domain name. The default property value is empty
Username When this property is not empty the converter will try to run the internal browser in the security context of the user given by this property and the UserDomain property. The default property value is empty

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also