HtmlConversionOptions.CustomUserAgent Property

Gets or sets the custom user agent string.

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

Syntax

C#
public string CustomUserAgent { get; set; }
VB
Public Property CustomUserAgent As String
	Get
	Set

Property Value

Type: String
The custom user agent string.

Remarks

Default value: null.

When the value is null, the library will not change the user agent string before the conversion.

See Also