Class | Description | |
---|---|---|
BrowserFetcher | Downloads and manages a version of a Chromium-based browser. | |
GcHtmlBrowser | Represents a running instance of a headless Chromium-based browser. | |
GcHtmlRenderer | Provides methods for converting HTML to PDF and images.
This class is deprecated as of GcHtml v6.0.0. While old code that uses this and related classes will continue to work, it is recommended to switch to using the new GcHtmlBrowser class instead. For information on how to convert existing code please see documentation at https://www.grapecity.com/documents-api-pdf/docs/online/render_html_to_pdf.html and https://www.grapecity.com/documents-api-imaging/docs/online/render_html_to_image.html. Note that the 3 platform-specific packages (GrapeCity.Documents.Html.Windows.X64, GrapeCity.Documents.Html.Linux.X64 and GrapeCity.Documents.Html.Mac.X64) are no longer needed and should be removed from your projects even if you do not convert your code to using GcHtmlBrowser. | |
HtmlException | Identifies exceptions thrown by GcHtmlBrowser. | |
HtmlPage | Represents a page in a GcHtmlBrowser instance. | |
ImageOptions | The base class for PngOptions, JpegOptions, and WebpOptions. | |
ImageSettings | The abstract base class for PngSettings and JpegSettings classes. | |
JpegOptions | Represents output image settings for saving HTML as JPEG. | |
JpegSettings | Represents output image settings for rendering HTML to JPEG. | |
LaunchOptions | Represents options for launching the browser. | |
Margins | Represents page margins. | |
PageOptions | Represents options for creating a page in the browser and navigating to a specified Uri. | |
PdfMargins | Represents page margins in PdfOptions. | |
PdfOptions | Represents output settings for rendering HTML to PDF. | |
PdfSettings | Represents output settings for rendering HTML to PDF. | |
PngOptions | Represents output image settings for saving HTML as PNG. | |
PngSettings | Represents output image settings for rendering HTML to PNG. | |
TimeoutOptions | Specifies the maximum duration for various browser operations. | |
WebpOptions | Represents output image settings for saving HTML as WEBP. |