Save

BatchGenerationResult.Save method

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

public void Save(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

See Also