| Overload | Description |
|---|---|
| AddImage(String) | Adds an Image to a Document by specifying said Image's name. |
| AddImage(Stream,String) | Adds an Image to a Document by specifying the stream where said Image can be found, as well as said Image's type if needed. |
| AddImage(Stream) | Adds an Image to a Document by specifying the stream where said Image can be found. |