Table of Contents

Property Timeout

Namespace
BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly
BitMiracle.Docotic.Pdf.HtmlToPdf.dll

Timeout

Gets or sets the maximum time, in milliseconds, for operations like page loading or script execution.

public int Timeout { get; set; }

Property Value

int

The maximum time, in milliseconds, for operations like page loading or script execution.

Remarks

Default value: 30000 (30 seconds).

When the value is 0, there is no limit on how long the operations can take.