PersistentRendererSettingsIdleTimeoutSeconds Property

Gets or sets the number of seconds after the last conversion after which an idle persistent renderer process is stopped. The next conversion starts a new process. 0 keeps the process running until the application exits or StopPersistentRenderer is called. The default value is 300 seconds.

Definition

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

Property Value

Int32

See Also