HiQPdf Documentation

BrowserImpersonation Properties

Quickly Create High Quality PDFs

The BrowserImpersonation type exposes the following members.

Properties

  NameDescription
Public propertyAutoLogon
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
Public propertyImpersonateCurrentUser
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
Public propertyPassword
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
Public propertyUserDomain
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
Public propertyUsername
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
Top
See Also

Reference