Add

ImageCollection.Add method

Add image to collection.

public void Add(string imageName, MemoryStream stream)
ParameterTypeDescription
imageNameStringName of the image used in Name
streamMemoryStreamContents of the image file as Stream

See Also