Engine represents a single instance of a renderer. To use it, you must use its aggregateRemote method
Methods
Name |
Description |
aggregateRemote |
Process a diagram into an output stream. |
Render a document using the supplied input.
void aggregateRemote(Stream* outputStream, const 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.