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

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public class AuthOptions

The AuthOptions type exposes the following members.

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