GlobalSettingsPersistentRendererRestarted Event

Raised when the persistent HTML renderer process is replaced by a new one, with the reason (an unexpected exit, a settings change, a recycle rule). Handlers run on the thread pool.

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public static event EventHandler<PersistentRendererRestartedEventArgs> PersistentRendererRestarted

Value

EventHandlerPersistentRendererRestartedEventArgs

See Also