Engine represents a single instance of a renderer. To use it, you must use its Aggregate method.
Methods
Name |
Description |
Process a diagram into an output stream. |
Process a job using the supplied input.
public void Aggregate(Stream outputStream, JobParameters parameters)
Parameters
outputStream
The file path where the renderer should place the output.
parameters
A set of parameters that will customize the conversion. The structure is described in detail here.