HiQPdf Documentation

PdfImagesExtractRaiseImageExtractedEvent Method (Byte)

HiQPdf Client for .NET Core
Call this method to extract the images from a PDF document contained in a memory buffer and raise the PdfImageExtractedEvent event after an image has been extracted from PDF document

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void RaiseImageExtractedEvent(
	byte[] pdfBuffer
)

Parameters

pdfBuffer
Type: SystemByte
The PDF document memory buffer
See Also

Reference