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
SaveAsInteractivePdf(string, string)Save a form to an interactive PDF, enabling users to fill out fields directly on their computer or smartphone and submit it electronically.
SavePdf(string, string)Save results of multiple template generations as .png images into folder with corresponding .domr file

See Also