Click or drag to resize
Pdf Library for .NET

HtmlToImageEnableOfflineMode Property

Put the browser into offline mode before navigation, so all network requests fail.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public bool EnableOfflineMode { get; set; }

Property Value

Boolean
Remarks
The default value is False.

Note: Honored by the Blink and Chromium rendering engines.

See Also