| FopRendererFactoryCommandLine Property |
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.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string CommandLine { get; }Public ReadOnly Property CommandLine As String
Get
public:
property String^ CommandLine {
String^ get ();
}member CommandLine : string with get
Property Value
Type:
String
The command line. Default: -classpath {0}\build\fop.jar;{0}\lib\avalon-framework-cvs-20020806.jar;{0}\lib\batik.jar;{0}\lib\jimi-1.0.jar;{0}\lib\xalan-2.4.1.jar;{0}\lib\xml-apis.jar;{0}\lib\xercesImpl-2.2.1.jar; org.apache.fop.apps.Fop -c {0}\conf\userconfig.xml -fo {1} -pdf {2}
See Also