Click or drag to resize
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.Apoc
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual void Render(
	string inputFile,
	Stream outputStream
)

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