HiQPdf Documentation

BrowserImpersonation Class

Quickly Create High Quality PDFs
The browser impersonation settings used when accessing the HTML document to be converted
Inheritance Hierarchy

SystemObject
  HiQPdfBrowserImpersonation

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public class BrowserImpersonation

The BrowserImpersonation type exposes the following members.

Constructors

  NameDescription
Public methodBrowserImpersonation
Initializes a new instance of the BrowserImpersonation class
Top
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
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference