BatchGenerationResult

BatchGenerationResult class

Result of multiple template generation.

public class BatchGenerationResult

Constructors

NameDescription
BatchGenerationResult()The default constructor.

Properties

NameDescription
Warnings { get; set; }Gets or sets list of the warnings messages describing non-critical faults appeared during generation Gets populated after save attempt

Methods

NameDescription
GetExporter()Template exporter - a tool for a more precise storage of results Usually to streams
Save(string, string)Save results of multiple template generations as .png images into folder with corresponding .domr file
SavePdf(string, string)Save results of multiple template generations as .png images into folder with corresponding .domr file

See Also