LoadOptions Class

The options for the loading part of an HTML to PDF conversion.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.HtmlToPdf.LoadOptions

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

Syntax

C#
public class LoadOptions
VB
Public Class LoadOptions

The LoadOptions type exposes the following members.

Constructors

  NameDescription
Public methodLoadOptions
Initializes a new instance of the LoadOptions class

Properties

  NameDescription
Public propertyBaseUri
Gets or sets the base URL for all relative links.
Public propertyUseCache
Gets or sets the value indicating whether it is allowed to use cache.

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.)

See Also