Name | Description | |
---|---|---|
GcHtmlRenderer Constructor | Overloaded. |
The following tables list the members exposed by GcHtmlRenderer.
Name | Description | |
---|---|---|
GcHtmlRenderer Constructor | Overloaded. |
Name | Description | |
---|---|---|
LastLogMessage | Gets the last log message from the headless Chromium shell. |
Name | Description | |
---|---|---|
AuthServerWhitelist | Gets or sets a whitelist to passthrough Windows authentication for the specified domains.
For example: "*example.com,*foobar.com,*baz". | |
BrowserDestinationFolder | Gets or sets the destination folder for the Chromium downloads.
If this property is not set, the downloads are stored to [root]/.local-chromium, where [root] is where the project binaries are located. | |
IsDisposed | Gets a value indicating whether the GcHtmlRenderer has been disposed of. | |
IsSupported | Gets a value indicating if GcHtmlRenderer is available on the current platform. | |
PathToGcHtmlToPdf | Gets or sets the optional path to Chrome, Edge, or Chromium executable to run. | |
ProxyServer | Gets or sets a proxy server, overrides system settings. Affects HTTP and HTTPS requests only.
For example: "https://proxy-ip:proxy-port" or "socks5://127.0.0.1:1080". | |
VirtualTimeBudget | Gets or sets the number of milliseconds to wait before deeming the page to be ready.
Setting this property to a value greater than 0, activates PageOptions.LoadLazyImages mode. | |
WaitDuration | Gets or sets the maximum navigation time, in milliseconds.
Defaults to 180000 ms. | |
WebSocketFactory | Gets or sets the optional factory for System.Net.WebSockets.WebSocket implementations.
For more information, see comments to LaunchOptions.WebSocketFactory. |
Name | Description | |
---|---|---|
ApplyGcImagingLicenseKey | Applies a GcImaging license key to use by the current instance of GcHtmlRenderer.
Up to five images can be created without a license. | |
ApplyGcPdfLicenseKey | Applies a GcPdf license key to use by the current instance of GcHtmlRenderer.
Up to five PDFs can be created without a license. | |
Dispose | Clean up any resources being used. | |
RenderToGcBitmap | Renders the source HTML to an existing GrapeCity.Documents.Imaging.GcBitmap. | |
RenderToJpeg | Overloaded. Creates a JPEG image from the source HTML and saves it to a specified stream. | |
RenderToPdf | Overloaded. Creates a PDF document from the source HTML and saves it to a specified stream. | |
RenderToPng | Overloaded. Creates a PNG image from the source HTML and saves it to a specified stream. | |
SetGcImagingLicenseKey | Sets a GcImaging license key to use by all instances of GcHtmlRenderer.
Up to five images can be created without a license. | |
SetGcPdfLicenseKey | Sets a GcPdf license key to use by all instances of GcHtmlRenderer.
Up to five PDFs can be created without a license. |