Winnovative PDF Images Extractor
ExtractImages Method (pdfStream)
NamespacesWinnovativePdfImgExtractExtractImages(Stream)
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.
Declaration Syntax
C#Visual BasicVisual C++
public void ExtractImages(
	Stream pdfStream
)
Public Sub ExtractImages ( _
	pdfStream As Stream _
)
public:
void ExtractImages(
	Stream^ pdfStream
)
Parameters
pdfStream (Stream)
The PDF stream from where the images will be extracted. It can be for example a MemoryStream or a FileStream.

Assembly: pdfimgextract (Module: pdfimgextract) Version: 3.1.0.0 (3.1.0.0)