| FopRendererFactoryWorkingDir Property |
Base directory to execute Java from. Relative resources in the XSL-FO file will be interpreted from this directory.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string WorkingDir { get; }Public ReadOnly Property WorkingDir As String
Get
public:
property String^ WorkingDir {
String^ get ();
}member WorkingDir : string with get
Property Value
Type:
String
The working directory. Default: the application's root path.
See Also