I am using Aspose (latest) PDF. I can make an image by using the Image class like so:
var img = new Image
{
FixHeight = _options.ImageLeftHeight,
FixWidth = _options.ImageLeftWidth,
ImageStream = new MemoryStream(_…...with Title, Width etc) at the point of creation like. var img =...