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.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic AuthenticationOptions AuthenticationOptions { get; }Public ReadOnly Property AuthenticationOptions As AuthenticationOptions
Get
Property Value
AuthenticationOptions
See Also