ImageCollection

ImageCollection class

Collection of Images that can be used for template Generation. e.g. Generate Can be useful when your images are not in the file system.

public class ImageCollection

Constructors

NameDescription
ImageCollection()The default constructor.

Methods

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

See Also