Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsEnableOfflineMode Property

Put the browser into offline mode before navigation, so all network requests fail. Useful for testing offline fallbacks or blocking all external fetches from cached content.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.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