Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic FopRenderer(
string javaHome,
string fopHome,
string workingDir,
int timeOut,
string commandLine
)
Public Sub New (
javaHome As String,
fopHome As String,
workingDir As String,
timeOut As Integer,
commandLine As String
)
public:
FopRenderer(
String^ javaHome,
String^ fopHome,
String^ workingDir,
int timeOut,
String^ commandLine
)
new :
javaHome : string *
fopHome : string *
workingDir : string *
timeOut : int *
commandLine : string -> FopRendererParameters
- javaHome
- Type: SystemString
Root directory for Java; the java.exe file is expected in a bin directory below this one. - fopHome
- Type: SystemString
FOP distribution root directory; fop.jar is expected in a build directory below this one, and the libraries in a lib directory. - workingDir
- Type: SystemString
Base directory to execute Java from. Relative resources in the XSL-FO file will be interpreted from this directory. - timeOut
- Type: SystemInt32
Maximum execution time for Java. - commandLine
- Type: SystemString
Argument part of the Java command line; {0} will be replaced by FOP home, {1} by the input file and {2} by the output file.
See Also