Table of Contents

Class AuthenticationOptions

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

The options for the optional HTTP authentication part of an HTML to PDF conversion.

public class AuthenticationOptions
Inheritance
AuthenticationOptions
Inherited Members

Constructors

AuthenticationOptions()

Properties

Password

Gets the password to use for the HTTP authentication.

Username

Gets the user name to use for the HTTP authentication.

Methods

SetAuthenticationNotNeeded()

Discards any existing credentials so that conversion won't try to authenticate before loading an HTML page.

SetCredentials(string, string)

Sets the user name and password for the HTTP authentication.