Interface IRuntimeService

Interface IRuntimeService

Namespace: Aspose.Html.Services
Assembly: Aspose.HTML.dll (25.2.0)

This service is used to configure runtime related properties.

[ComVisible(true)]
public interface IRuntimeService

Properties

JavaScriptTimeout

Gets or sets System.TimeSpan which limits JavaScript execution time. If script is executed longer than provided System.TimeSpan, it will be cancelled. You can specify infinite timeout by setting System.TimeSpan equal to -1 millisecond. Default value is 1 minute.

TimeSpan JavaScriptTimeout { get; set; }

Property Value

TimeSpan