AuthenticationOptions.Username Property

Gets the user name to use for the HTTP authentication.

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

Syntax

C#
public string Username { get; }
VB
Public ReadOnly Property Username As String
	Get

Property Value

Type: String
The user name to use for the HTTP authentication.

Remarks

Default value: null.

When the username is null, the conversion won't try to authenticate before loading an HTML page.

See Also