ApocDriverRender Method (String, Stream) |
Executes the conversion reading the source tree from the file
inputFile, converting it to a format dictated by the
renderer and writing it to the supplied output stream.
Namespace: Kettic.AspNet.Controls.Toolkit.ApocAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void Render(
string inputFile,
Stream outputStream
)
Public Overridable Sub Render (
inputFile As String,
outputStream As Stream
)
public:
virtual void Render(
String^ inputFile,
Stream^ outputStream
)
abstract Render :
inputFile : string *
outputStream : Stream -> unit
override Render :
inputFile : string *
outputStream : Stream -> unit
Parameters
- inputFile
- Type: SystemString
Path to an XSL-FO file - outputStream
- Type: System.IOStream
Any subclass of the Stream class, e.g. FileStream
Implements
IDriverRender(String, Stream)
See Also