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)
| Parameter | Type | Description |
|---|---|---|
| folderPath | String | Full path to directory for images and .domr file |
| domrName | String | name for recognition pattern file, with extension |
Exceptions
| exception | condition |
|---|---|
| DirectoryNotFoundException | When folder does not exists |
See Also
- class BatchGenerationResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR