Click or drag to resize

PdfConverterAuthenticationOptions Property

Optionally set this object Username and Password properties to authenticate to the web server before accessing the URL to be converted (e.g handles Integrated Windows Authentication with IIS).

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public AuthenticationOptions AuthenticationOptions { get; }

Property Value

Type: AuthenticationOptions
See Also