Enum HTML2PDF.Proxy.Type
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum HTML2PDF.Proxy.Type
Fields
| Name | Description |
|---|---|
| e_default | use whatever type of proxy the html2pdf library decides on |
| e_http | use http proxy |
| e_none | explicitly sets that no proxy is to be used |
| e_socks5 | use socks5 proxy |