PersistentRendererSettingsMaxConversions Property

Gets or sets the number of conversions after which the persistent renderer process is replaced by a new one. The running conversions finish in the old process. 0 means no limit. The default value is 0.

Definition

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

Property Value

Int32

See Also