HtmlToImageConverterMaxJsRedirects Property

Gets or sets the maximum number of JavaScript-initiated redirects to follow in the main frame after the initial page load and before starting image rendering. Set this value to 0 to disable following JavaScript redirects. The default value is 10

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public int MaxJsRedirects { get; set; }

Property Value

Int32

See Also