Get or set maximum execution time for running poppler process (null is by default = no timeout)
Namespace:
NReco.PdfRenderer
Assembly:
NReco.PdfRenderer (in NReco.PdfRenderer.dll) Version: 1.5.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