I have images in Azure that I need to add in a pdf using pdfJet.
This is the code that I use if I read an image on disk, however I have a lot of images and it does not make sense to download them from Azure.
Image image =
new Image(objects,
new BufferedStream(new
FileStream(LocalPath
+ "image.PNG",
FileMode.Open,
FileAccess.Read)),
ImageType.PNG);
Thank you for your help.
<style></style><style></style>