HtmlConversionOptions.Authentication Property

Gets the options for the optional HTTP authentication part of the conversion.

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

Syntax

C#
public AuthenticationOptions Authentication { get; }
VB
Public ReadOnly Property Authentication As AuthenticationOptions
	Get

Property Value

Type: AuthenticationOptions
The options for the optional HTTP authentication part of the conversion.

See Also