PdfImagesExtractRaiseImageExtractedEvent(String) Method

Call this method to extract the images from a PDF file and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void RaiseImageExtractedEvent(
	string pdfFile
)

Parameters

pdfFile  String
The fully qualified name of the PDF file

See Also