Public Function SetHTTPProxy(proxyHost As String, proxyPort As Integer)

Defined in

SwPDFSettings

Syntax

swPDFCreator.PDFSettings.SetHTTPProxy("myproxy.com", 1589)

Parameters

proxyHost

String. Used to set proxy server address if HTTP resources are routed over proxy.

proxyPort

Integer. Used to set proxy server port if HTTP resources are routed over proxy.

Return value

Function does not return any value.

Last updated