| FopRendererFactoryTimeOut Property |
Maximum execution time for Java.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic int TimeOut { get; }Public ReadOnly Property TimeOut As Integer
Get
public:
property int TimeOut {
int get ();
}member TimeOut : int with get
Property Value
Type:
Int32
The time out in milliseconds. Default: 30000ms
See Also