ImageCollection

ImageCollection class

Collection of Images that can be used for template Generation. e.g. !:Aspose.OMR.Api.OmrEngine.GenerateTemplate(MemoryStream, ImageCollection) Can be useful when your images are not in the file system.

public class ImageCollection

Constructors

NameDescription
ImageCollection()Initialize a new instance of class

Methods

NameDescription
Add(string, MemoryStream)Add image to collection.

See Also