PersistentRendererSettingsRetryAfterUnexpectedExit Property

Gets or sets a value indicating whether a conversion in progress when the persistent renderer process exits unexpectedly is retried once on a new process. When false, the conversion fails with an exception naming the exit code. The retry repeats the request; a page requested with HTTP POST fields is posted again. The default value is true.

Definition

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

Property Value

Boolean

See Also