Show / Hide Table of Contents

Enum HTML2PDF.Proxy.Type

Set the type of proxy to use.

If e_default, use whatever the html2pdf library decides on. If e_none, explicitly sets that no proxy is to be used. If e_http or e_socks5 then the corresponding proxy protocol is used.

Namespace: pdftron.PDF
Assembly: PDFNet.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

In This Article
  • Fields
Back to top Generated by DocFX