HtmlEngineOptions Class

The options for the HTML engine.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.HtmlToPdf.HtmlEngineOptions

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public class HtmlEngineOptions
VB
Public Class HtmlEngineOptions

The HtmlEngineOptions type exposes the following members.

Constructors

  NameDescription
Public methodHtmlEngineOptions
Initializes a new instance of the HtmlEngineOptions class

Properties

  NameDescription
Public propertyIgnoreSslErrors
Gets or sets the value indicating whether the engine should ignore SSL errors.
Public propertyPath
Gets or sets the path to a directory with the HTML engine.
Public propertyUseSandbox
Gets or sets the value indicating whether the engine should run in a sandbox.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberChromiumRevision
The revision of Chromium used by the library

See Also