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)
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 |
Exception | In case of an error in template generation |
See Also
- class BatchGenerationResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR