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

In This Topic
    HtmlPage Class Members
    In This Topic

    The following tables list the members exposed by HtmlPage.

    Public Properties
     NameDescription
    Public PropertyGets the owner GcHtmlBrowser.  
    Public PropertyGets the timeout settings for various browser operations.  
    Top
    Public Methods
     NameDescription
    Public MethodClean up any resources being used.  
    Public MethodExecutes a script in the browser context.  
    Public MethodGets the full HTML content of the page, including the doctype.  
    Public MethodGets the size of page scrollable area, in pixels.  
    Public MethodGets the page title.  
    Public MethodGets the virtual window size, in pixels.  
    Public MethodReloads the page.  
    Public MethodRenders the current page to an existing GrapeCity.Documents.Imaging.GcBitmap.  
    Public MethodRenders the current page to an existing GrapeCity.Documents.Imaging.GcBitmap and crops.  
    Public MethodClears an override of the default background color.  
    Public MethodOverloaded. Saves the current web page as a JPEG image file.  
    Public MethodOverloaded. Creates a PDF file from the current page.  
    Public MethodOverloaded. Saves the current page as a PNG image file.  
    Public MethodOverloaded. Saves the current page as a WEBP image file.  
    Public MethodSets the HTML markup to the page.  
    Public MethodSets the background color to be used if the HTML markup doesn't specify one.  
    Public MethodSets the virtual window size, in pixels.  
    Public MethodRenders the current page to an image in JPEG format and returns it as a byte array.  
    Public MethodRenders the current page to a PDF document and returns it as a byte array.  
    Public MethodRenders the current page to an image in PNG format and returns it as a byte array.  
    Public MethodRenders the current page to an image in WEBP format and returns it as a byte array.  
    Public MethodWaits for network idle during the specified amount of time.  
    Top
    See Also