Click or drag to resize
ApocDriverRender Method (Stream, Stream)
Executes the conversion reading the source tree from the input stream, converting it to a format dictated by the render 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(
	Stream inputStream,
	Stream outputStream
)

Parameters

inputStream
Type: System.IOStream
Any subclass of the Stream class, e.g. FileStream
outputStream
Type: System.IOStream
Any subclass of the Stream class, e.g. FileStream

Implements

IDriverRender(Stream, Stream)
See Also