Winnovative HTML to PDF Converter Library for .NET
AuthenticationOptions Property
NamespacesWinnovative.WnvHtmlConvertHtmlToPdfAreaAuthenticationOptions
Winnovative HTML to PDF Converter Library for .NET
The AuthenticationOptions can be set with an username and a password in order to authenticate to the web server before accessing the URL to be converted. They can be used for example to resolve the IIS Integrated Windows Authentication or other types of IIS authentication. They cannot be used to resolve ASP.NET Forms Authentication or a custom authentication method defined at application level.
Declaration Syntax
C#Visual BasicVisual C++
public AuthenticationOptions AuthenticationOptions { get; }
Public ReadOnly Property AuthenticationOptions As AuthenticationOptions
	Get
public:
property AuthenticationOptions^ AuthenticationOptions {
	AuthenticationOptions^ get ();
}

Assembly: Winnovative.WnvHtmlConvert (Module: Winnovative.WnvHtmlConvert) Version: 7.0.0.0 (7.0.0.0)