Click or drag to resize
AuthenticationOptions Class
Authentication options for accessing a URL in HTML to PDF converter (e.g IIS authentication).
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdfAuthenticationOptions

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public class AuthenticationOptions

The AuthenticationOptions type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationOptions
Top
Properties
  NameDescription
Public propertyPassword
The password
Public propertyUsername
The username
Top
See Also