SavePdf
BatchGenerationResult.SavePdf method
将多个模板生成的结果保存为 .png 图像,并放入带有相应 .domr 文件的文件夹中
public void SavePdf(string folderPath, string domrName)
| 参数 | Type | 描述 |
|---|---|---|
| folderPath | String | 图像和 .domr 文件目录的完整路径 |
| domrName | String | 识别模式文件的名称,包含扩展名 |
异常
| 异常 | 条件 |
|---|---|
| DirectoryNotFoundException | 当文件夹不存在时 |
| Exception | 在模板生成出现错误的情况下 |
另请参阅
- class BatchGenerationResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR