Winnovative PDF Images Extractor
ExtractImages Method (pdfFilePath)
NamespacesWinnovativePdfImgExtractExtractImages(String)
Extracts the images from the specified PDF file. 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(
	string pdfFilePath
)
Public Sub ExtractImages ( _
	pdfFilePath As String _
)
public:
void ExtractImages(
	String^ pdfFilePath
)
Parameters
pdfFilePath (String)
The PDF file from where the images will be extracted.

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