Gets a reference to an object encapsulating the proxy options used by HTML to Image converter to access the HTML document to convert.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public ProxyOptions ProxyOptions { get; }
Visual Basic
Public ReadOnly Property ProxyOptions As ProxyOptions
	Get
Visual C++
public:
property ProxyOptions^ ProxyOptions {
	ProxyOptions^ get ();
}

Property Value

Type: ProxyOptions

See Also