Click or drag to resize
Pdf Library for .NET

LoginOptions Class

This class contains options that are used to handle login pages.
Inheritance Hierarchy
SystemObject
  SelectPdfLoginOptions

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class LoginOptions

The LoginOptions type exposes the following members.

Constructors
 NameDescription
Public methodLoginOptions 
Top
Properties
 NameDescription
Public propertyDelayAfter Delay in miliseconds, after submit button click, before main page loading.
Public propertyDelayBefore Delay in miliseconds, before username, password setting and submit button click.
Public propertyLoginPage Login page
Public propertyPassword Password value
Public propertyPasswordFieldSelector Password field CSS selector
Public propertySubmitButtonSelector Submit button CSS selector
Public propertyUsername Username value
Public propertyUsernameFieldSelector Username field CSS selector
Top
Remarks

Note: This is used only by the Blink or Chromium rendering engine.

See Also