Method Add
Add(Image?)
Adds image.
public virtual bool Add(Image? image)
Parameters
image
ImageImage to add.
Returns
- bool
True on success; False on failure.
Add(Stream?)
Adds image from the stream.
public virtual bool Add(Stream? stream)
Parameters
stream
StreamStream with image.