PersistentRendererSettingsStartTimeoutSeconds Property

Gets or sets the number of seconds the library waits for the persistent renderer process to start before it gives up and fails the conversion. The first start on a machine reads the engine binaries from disk and can take much longer than the following ones; on a slow disk, such as the consumption plans of the cloud providers, it can exceed a minute. The default value is 90 seconds.

Definition

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

Property Value

Int32

See Also