添加
ImageCollection.Add method
向集合添加图像。
public void Add(string imageName, MemoryStream stream)
| 参数 | Type | 描述 |
|---|---|---|
| imageName | String | 在 Name 中使用的图像名称 |
| 流 | MemoryStream | 图像文件的内容,以 Stream 形式 |
另请参阅
- class ImageCollection
- namespace Aspose.OMR.Api
- assembly Aspose.OMR
向集合添加图像。
public void Add(string imageName, MemoryStream stream)
| 参数 | Type | 描述 |
|---|---|---|
| imageName | String | 在 Name 中使用的图像名称 |
| 流 | MemoryStream | 图像文件的内容,以 Stream 形式 |