Extracts the images from the specified PDF stream. An ImageExtractedEvent is raised immediately
after the image was extracted. The event handler argument
exposes the extracted Bitmap object and the number of the PDF page from where the image was extracted.
- pdfStream (Stream)
- The PDF stream from where the images will be extracted. It can be for example a MemoryStream or a FileStream.