获取Omr
MemoryGenerationResult.GetOmr method
从 GenerationResult 获取 .omr 文件的内容,作为 MemoryStream。默认情况下,文本使用 UTF8 编码。
public MemoryStream GetOmr(Encoding encoding = null)
| 参数 | Type | 描述 |
|---|---|---|
| 编码 | 编码 | 将用于将文本编码为字节的编码类型 |
返回值
.omr 文件的内容
另请参阅
- class MemoryGenerationResult
- namespace Aspose.OMR.Generation
- assembly Aspose.OMR