Get or set maximum execution time for PDF generation process (by default is null that means no timeout)
Namespace:
NReco.PdfGenerator
Assembly:
NReco.PdfGenerator (in NReco.PdfGenerator.dll) Version: 1.2.1
public Nullable<TimeSpan> ExecutionTimeout { get; set; }
Public Property ExecutionTimeout As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan> ExecutionTimeout {
Nullable<TimeSpan> get ();
void set (Nullable<TimeSpan> value);
}
member ExecutionTimeout : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
Reference