ConversionOptions.DefaultCommandTimeout Property

Gets or sets a default timeout value for each stages of conversion in milliseconds. The task will be cancelled when the timeout occurs before CancelToken .

public static int DefaultCommandTimeout { get; set; }
Public Shared Property DefaultCommandTimeout As Int32

Property Value

Int32

Remarks

Until set explicitely, it is defined as a fixed fraction of DefaultConversionTimeout . It is simpler to use DefaultConversionTimeout unless you explicitely need to fine tune the performance.

See Also

ConversionOptions
ceTe.DynamicPDF.HtmlConverter

In this topic