Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PageOptions Class
Properties

In This Topic
    PageOptions Class Members
    In This Topic

    The following tables list the members exposed by PageOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background color to be used if the HTML markup doesn't specify one.  
    Public PropertyGets or sets a value indicating whether or not to disable JavaScript on the page. Defaults to false.  
    Public PropertyGets or sets a value indicating whether to ignore HTTPS errors during navigation. Defaults to false.  
    Public PropertyGets or sets whether to scroll the page down to the end to force pending images to load. Defaults to false.  
    Public PropertyGets or sets a value indicating whether to emulate internet disconnection. Defaults to false.  
    Public PropertyGets or sets the password for basic HTTP authentication.

    See https for more details.

     
    Public PropertyGets or sets the timeout settings for page operations.

    If not set, the setting are derived from GcHtmlBrowser.TimeoutOptions.

     
    Public PropertyGets or sets the username for basic HTTP authentication.

    See https for more details.

     
    Public PropertyGets or sets the page lifetime events to wait for. Defaults to PageLoadStates.Load.  
    Public PropertyGets or sets the virtual window size, in pixels.  
    Top
    See Also