Class PDFNet.HTML2PDF_Proxy
PDFNet.HTML2PDF_Proxy
Constructor Attributes | Constructor Name and Description |
---|---|
Proxy settings to be used when loading content from web pages.
|
Method Attributes | Method Name and Description |
---|---|
destroy()
Frees the native memory of the object.
|
|
setHost(host)
Set the proxy host to use.
|
|
setPassword(password)
Set the password to use when logging into the proxy with username
|
|
setPort(port)
Set the port number to use
|
|
setUsername(username)
Set the username to use when logging into the proxy
|
Class Detail
PDFNet.HTML2PDF_Proxy(id)
Proxy settings to be used when loading content from web pages.
- Parameters:
- id
Method Detail
destroy()
Frees the native memory of the object.
setHost(host)
Set the proxy host to use.
- Parameters:
- {string} host
- String defining the host name, e.g. "myserver" or "www.xxx.yyy.zzz"
setPassword(password)
Set the password to use when logging into the proxy with username
- Parameters:
- {string} password
- The password to use, e.g. "bart".
setPort(port)
Set the port number to use
- Parameters:
- {number} port
- A valid port number, e.g. 3128.
setUsername(username)
Set the username to use when logging into the proxy
- Parameters:
- {string} username
- The login name, e.g. "elbarto".