The browser impersonation settings used when accessing the HTML document to be converted
Inheritance Hierarchy
HiQPdfBrowserImpersonation
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The BrowserImpersonation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BrowserImpersonation | Initializes a new instance of the BrowserImpersonation class |
Properties
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also