Click or drag to resize
Pdf Library for .NET

HtmlToPdfAuthenticationOptions Class

Authentication options needed when the web page to be converted requires authentication.
Inheritance Hierarchy
SystemObject
  SelectPdfHtmlToPdfAuthenticationOptions

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public class HtmlToPdfAuthenticationOptions

The HtmlToPdfAuthenticationOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPassword
Specifies the password if the web page to be converted requires authentication.
Public propertyUsername
Specifies the user name if the web page to be converted requires authentication.
Top
See Also