Winnovative PDF Images Extractor
ExtractImages Method (pdfStream, extractToFolder)
NamespacesWinnovativePdfImgExtractExtractImages(Stream, Boolean)
Extracts the images from the specified PDF stream. An ImageExtractedEvent is raised immediately after the image was extracted. When the extractToFolder parameter is true, the extracted images will be saved in the ExtractPath folder in the format specified by ExtractImageFormat property. When the extractToFolder parameter is false the images will not be saved on the disk.
Declaration Syntax
C#Visual BasicVisual C++
public void ExtractImages(
	Stream pdfStream,
	bool extractToFolder
)
Public Sub ExtractImages ( _
	pdfStream As Stream, _
	extractToFolder As Boolean _
)
public:
void ExtractImages(
	Stream^ pdfStream, 
	bool extractToFolder
)
Parameters
pdfStream (Stream)
The PDF stream from where the images will be extracted. It can be for example a MemoryStream or a FileStream.
extractToFolder (Boolean)
When this parameter is true the extracted images will be saved on disk in the ExtractPath folder.

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