SavePdf

BatchGenerationResult.SavePdf method

Save results of multiple template generations as .png images into folder with corresponding .domr file

public void SavePdf(string folderPath, string domrName)
ParameterTypeDescription
folderPathStringFull path to directory for images and .domr file
domrNameStringname for recognition pattern file, with extension

Exceptions

exceptioncondition
DirectoryNotFoundExceptionWhen folder does not exists
ExceptionIn case of an error in template generation

See Also