Gets a reference to an object encapsulating the proxy options used by HTML to SVG converter to access the HTML document to convert.
Namespace: EvoPdfAssembly: 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 (); } |