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